Closed (fixed)
Project:
Lost & found issues
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2009 at 04:55 UTC
Updated:
7 Aug 2009 at 10:00 UTC
Jump to comment: Most recent
The following lines in devavrata_free_bare.info are unnecessary:
; Information added by drupal.org packaging script on 2009-02-25
version = "6.x-1.0 FREE"
project = "drupal"
datestamp = "1235596218"
php = DRUPAL_MINIMUM_PHP
Looks like you just copied this from a core module. The version, project and datestamp lines should *never* be added because they are automatically added by the drupal.org packaging script when you create releases. The php line is simply unnecessary because you cannot install Drupal unless you have PHP version DRUPAL_MINIMUM_PHP or higher.
Comments
Comment #1
dave reidPlease read http://drupal.org/node/171205:
"This defines the minimum PHP version the theme will support. The default value is derived from the DRUPAL_MINIMUM_PHP constant, which is the minimum required version for the rest of core. This can be redefined for a newer version if needed. For most themes, this should not be added."
"Note that everything from the line "; Information added by drupal.org packaging script on 2008-02-13" and down is added by the drupal.org packaging script. You should never manually add the project and datestamp keys. The version key added manually (in the first section) allows sites to use your theme when taken directly from CVS."
Comment #2
danielhonrade commentedok, no problem