Closed (fixed)
Project:
Drupal core
Version:
6.22
Component:
other
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 May 2011 at 16:02 UTC
Updated:
13 Jun 2011 at 15:02 UTC
Seems that in the 6.21 and 6.22 core distribution, in each *.module is missed the "id" tag. No module version is declared. Really in 6.22 it's completely removed, in 6.21 i can still see an empty $id tag:
// $Id$
Is this intentional, or something was broken during distribution?
Comments
Comment #1
tstoecklerThe
$Id$tags are remnants of our previous version-control system CVS. Between the release of Drupal 6.20 (and hence Drupal 6.21) and Drupal 6.22 they were all removed because with our new version-control system Git they are not needed anymore. So everything is fine! :)Comment #2
francoud commentedok - so now I know :) thank you