I get:

warning: Error parsing sites/default/modules/submitagain/submitagain.info on line 3 in /var/www/vhosts/drupal.kinetasystems.com/httpdocs/drupal5/includes/module.inc on line 195.

...on my modules screen... v5 RC1

CommentFileSizeAuthor
#4 quotes_in_info_file.patch611 bytesñull

Comments

niklp’s picture

Suggest changing your .info file to as follows, which fixes the problem for me.

; $Id: submitagain.info,v 1.1 2007/01/04 23:37:15 mfredrickson Exp $
name = Submit Again
description = Adds an extra button to selected node types: Submit and make another

; Information added by drupal.org packaging script on 2007-01-05
version = "5.x-1.x-dev"
project = "submitagain"

It's them escaped quotes wot dunnit, Guv.

moshe weitzman’s picture

I can confirm this.

This functionality belongs in core IMO.

moshe weitzman’s picture

Status: Active » Fixed
ñull’s picture

Status: Fixed » Reviewed & tested by the community
StatusFileSize
new611 bytes

This was apparently not submitted to CVS because when I checked out just now, there still were de double quotes. In this patch I changed them to single quotes.

deekayen’s picture

Priority: Critical » Normal
Status: Reviewed & tested by the community » Fixed

moshe fixed this in cvs revision 1.2

niklp’s picture

Wow, only took a year... :)

deekayen’s picture

Actually, it was fixed in HEAD 10 months ago, just never merged into DRUPAL-5 till now.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.