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

CommentFileSizeAuthor
#1 fotonotes.info.patch475 bytessdrycroft

Comments

sdrycroft’s picture

Status: Active » Needs review
StatusFileSize
new475 bytes

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.

vaphab’s picture

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