Needs review
Project:
Fotonotes
Version:
6.x-1.1-beta1
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2008 at 02:13 UTC
Updated:
20 Mar 2009 at 09:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
sdrycroft commentedSame here, it's minor, but also stops Drush module manager from working with fotonotes. Personally I'd say this is an issue with the drupal.org packaging script (it really should spot issues like this), but others may disagree.
Comment #2
vaphab commentedHi
The problem is in fotonotes.info file:
The comment should start with ;
the bad first line:
// $Id: fotonotes.info,v 1.1.2.1 2008/03/30 11:33:33 romka Exp $
The corrected one:
; $Id: fotonotes.info,v 1.1.2.1 2008/03/30 11:33:33 romka Exp $
Enjoy