Closed (fixed)
Project:
Taxonomy Ticker
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2007 at 09:05 UTC
Updated:
13 Mar 2007 at 00:46 UTC
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
Comment #1
Bevan commentedCORRECTION
the problem is line 2:
name = Taxonomy Ticker"
missing quote mark. should be:
name = "Taxonomy Ticker"
Comment #2
mathieu commentedOoops. Fixed in 5.x-1.1.. should appear on project node soon. Thanks for this...
Comment #3
Bevan commentedthanks
Comment #4
Bevan commentedNo worries
Comment #5
(not verified) commented