MIssing Name in the Modules section of ADMIN
itowler - August 14, 2008 - 02:13
| Project: | Fotonotes |
| Version: | 6.x-1.1-beta1 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | needs review |
Description
This is a minor bug, but I thought that I would mention it. For some reason when you go to the admin section for the modules (admin/build/modules) the name col. for Fotonotes is left blank. There is noting in that space. NOt a big detail, but I thought that I would mention it.
Ian

#1
Same 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.
#2
Hi
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