From b69b43d1ec06658b8f7d785196f0168b1adbf5bd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 11 Aug 2005 12:57:41 +0000 Subject: - Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s. Note: I also (mostly) unified the tags to use the "// ID" form instead of "/* ID */", but that's more of a cosmetic issue. I'm not sure whether *.txt files and the stuff in themes/ need tags(?). --- database/updates.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database') diff --git a/database/updates.inc b/database/updates.inc index f63048ff9..435af3373 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -1,5 +1,5 @@