description = "Provides a block displaying titles of nodes (related to a particular taxonomy term) in a scrolling news ticker."

causes this error: warning: Error parsing sites/bwm.lcl/modules/taxonomy_ticker/taxonomy_ticker.info on line 4 in /Users/bevan/Sites/_assets/source/drupal/stable-5/includes/module.inc on line 195.

on admin/build/modules

Removing the brackets solves the problem. I suspect this bug should be passed on to core, but I thought I'd run it through here first.

Comments

Bevan’s picture

Status: Active » Needs review

CORRECTION

the problem is line 2:

name = Taxonomy Ticker"

missing quote mark. should be:

name = "Taxonomy Ticker"

mathieu’s picture

Status: Needs review » Fixed

Ooops. Fixed in 5.x-1.1.. should appear on project node soon. Thanks for this...

Bevan’s picture

thanks

Bevan’s picture

No worries

Anonymous’s picture

Status: Fixed » Closed (fixed)