Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
28 Feb 2006 at 23:34 UTC
Updated:
29 Mar 2010 at 17:40 UTC
re: http://drupal.org/node/318
the coding standards mention that we use the $Id$ RCS keyword in source files. it should also say that we use:
-- $Id$
in any database file (.mysql, .pgsql).
also, it should mention that:
/* $Id$ */
is used for any .css or .js file, too.
thanks!
-derek
Comments
Comment #1
forngren commentedI think http://drupal.org/node/546 and http://drupal.org/node/318 (Header Comment Blocks) should be merged and moved into 318. 546 should then be removed.
Comment #2
jstarbow commentedI'll do this as part of the Coding Standards clean-up.
Comment #3
anschinsan commentedComment #4
jhodgdonI just took care of this ancient issue.