diff --git a/.htaccess b/.htaccess index 4f83d88ee987c446441178ed4d50f53649a422ab..a9d2dc4d74f498293e1f0e26ba5ed26cb65be50a 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,6 @@ # # Apache/PHP/site settings: +# $Id$ # # Protect files and directories from prying eyes: diff --git a/admin.php b/admin.php index 1c9b0b26ff4136f41de2599d5a4dfb5061abedb6..1b5e2111b90f55b578bef3b65afaf399af07396a 100644 --- a/admin.php +++ b/admin.php @@ -1,4 +1,5 @@ <?php +// $Id$ include_once "includes/common.inc"; @@ -50,5 +51,5 @@ function admin_page($mod) { if (user_access("access administration pages")) { admin_page($mod); } - + ?> \ No newline at end of file diff --git a/includes/comment.inc b/includes/comment.inc index a4148965175096e49cfdef641a9adf2043d4fa17..81c77d3df4cfce4b55bd638c2927bb10a29fa498 100644 --- a/includes/comment.inc +++ b/includes/comment.inc @@ -1,4 +1,5 @@ <?php +// $Id$ // Security check: if (strstr($id, " ") || strstr($pid, " ") || strstr($lid, " ") || strstr($mode, " ") || strstr($order, " ") || strstr($threshold, " ")) { @@ -350,5 +351,5 @@ function comment_render($lid, $cid) { } } - + ?> diff --git a/includes/locale.inc b/includes/locale.inc index ddd3d6b27429636dd1b98c8eb92f0646489b0443..7f0589414c3d6ac1b9aec5bda61f2456e3aae230 100644 --- a/includes/locale.inc +++ b/includes/locale.inc @@ -1,4 +1,5 @@ <?php +// $Id$ function locale_init() { global $languages, $user; @@ -9,5 +10,5 @@ function t($string) { global $languages; return ($languages && function_exists("locale") ? locale($string) : $string); } - + ?> \ No newline at end of file diff --git a/includes/node.inc b/includes/node.inc index 3f15fa59d00dcc7b1d4c0c47a58c56d0c479211a..b8c6a2751402b9a7148d057950df983526a0e5f1 100644 --- a/includes/node.inc +++ b/includes/node.inc @@ -1,4 +1,5 @@ <?php +// $Id$ $status = array(dumped => 0, expired => 1, queued => 2, posted => 3); @@ -296,5 +297,5 @@ function node_moderation($nid) { return $output; } - + ?> diff --git a/includes/search.inc b/includes/search.inc index fb7a636b63360e48293333fc161ebb8a429b7642..248384d748df2faea08bded62be9a3bfe0afa840 100644 --- a/includes/search.inc +++ b/includes/search.inc @@ -1,4 +1,5 @@ <?php +// $Id$ /* ** Format a single result entry of a search query: @@ -82,5 +83,5 @@ function search_type($type = 0, $action = 0, $query = 0, $options = 0) { return search_form($action, $query, $options) . search_data(); } - + ?> diff --git a/includes/variable.inc b/includes/variable.inc index 511965e16c03c15137ee9c8020bf60d83acdf1bc..7c23c4fa824248d7bf03af1ede616dac80dc85c5 100644 --- a/includes/variable.inc +++ b/includes/variable.inc @@ -1,4 +1,5 @@ <?php +// $Id$ function variable_init($conf = array()) { $result = db_query("SELECT * FROM variable"); @@ -33,5 +34,5 @@ function variable_del($name) { unset($conf[$name]); } - + ?> \ No newline at end of file diff --git a/module.php b/module.php index ac6d50852379016fdc90e979d152ce2d572f7ea5..731fab2743536498e995aed4630f6b891fd91337 100644 --- a/module.php +++ b/module.php @@ -1,4 +1,5 @@ <?php +// $Id$ include_once "includes/common.inc"; @@ -7,5 +8,5 @@ module_invoke($mod, "page"); page_footer(); - + ?> diff --git a/modules/box.module b/modules/box.module index 283a56c8ad107ac9d4f5b59f9ed01f59b1fb0ce1..b24481109a7f8915794f6ad09304666fda97ef79 100644 --- a/modules/box.module +++ b/modules/box.module @@ -1,4 +1,6 @@ <?php +// $Id$ +// $Id$ function box_help() { ?> @@ -137,5 +139,5 @@ function box_admin() { print message_access(); } } - + ?> \ No newline at end of file diff --git a/modules/calendar.module b/modules/calendar.module index 93c6c0ae9bd2a458d230db354c53687cafe74541..dfb8aa3193bef2dc8ddb16580cc28c674057d736 100644 --- a/modules/calendar.module +++ b/modules/calendar.module @@ -1,4 +1,5 @@ <?php +// $Id$ class Calendar { var $date; @@ -99,5 +100,5 @@ function calendar_block() { return $block; } - + ?> diff --git a/modules/cloud.module b/modules/cloud.module index 511087a32b66328acbf1a98027bc85f72d062e1b..4006ac7756ccd8c9ae12cde948772aaa43cda30c 100644 --- a/modules/cloud.module +++ b/modules/cloud.module @@ -1,4 +1,5 @@ -<? +<?php +// $Id$ function cloud_help() { } diff --git a/modules/cvs.module b/modules/cvs.module index a6b2f16ab47fc5d0a24eacf5f0afc5b278eb8be3..82342c255a2a8ed08dda32203fc10a0fdc34e8f7 100644 --- a/modules/cvs.module +++ b/modules/cvs.module @@ -1,4 +1,5 @@ <?php +// $Id$ function cvs_perm() { return array("access cvs messages"); @@ -56,5 +57,5 @@ function cvs_page() { $theme->footer(); } } - + ?> \ No newline at end of file diff --git a/modules/meta.module b/modules/meta.module index 682069f9fc087a852d24c66f5989252a906848a2..254d17e5a3b125dacabd14569a023fb1a9e19585 100644 --- a/modules/meta.module +++ b/modules/meta.module @@ -1,4 +1,5 @@ <?php +// $Id$ function meta_help() { ?> @@ -189,5 +190,5 @@ function meta_admin() { print message_access(); } } - + ?> \ No newline at end of file diff --git a/modules/rating.module b/modules/rating.module index 7c17a34e7cbb81b28276fa2e6fe7c66bc025ca5b..d7e391501c9057d96a5b91ba8f62376dc1651f75 100644 --- a/modules/rating.module +++ b/modules/rating.module @@ -1,4 +1,5 @@ <?php +// $Id$ function rating_perm() { return array("access user ratings"); @@ -113,5 +114,5 @@ function rating_block() { $block[0][info] = "Top 10: users"; return $block; } - + ?> diff --git a/modules/weblogs.module b/modules/weblogs.module index c7e31fabb2a6fb6f509fda814d9689c5c106ae67..aaa21e10df69f6a4185cac266584b4d7330b46a9 100644 --- a/modules/weblogs.module +++ b/modules/weblogs.module @@ -1,4 +1,5 @@ -<? +<?php +// $Id$ function weblogs_cron() { diff --git a/node.php b/node.php index 741183b39c7e7733cd91773fc25cd54b5011b3ed..1513fee06d9e1d4d2b2005775eebfa6e429a0f5e 100644 --- a/node.php +++ b/node.php @@ -1,4 +1,5 @@ <?php +// $Id$ include_once "includes/common.inc"; @@ -122,5 +123,5 @@ function node_history($node) { } page_footer(); - + ?> \ No newline at end of file diff --git a/submit.php b/submit.php index acd4b6b1c6c3f5ae5153734379189fab5da77ae1..5a221994efd806131af29d80527bc372c38632f3 100644 --- a/submit.php +++ b/submit.php @@ -1,4 +1,5 @@ <?php +// $Id$ include_once "includes/common.inc"; @@ -32,5 +33,5 @@ $theme->footer(); page_footer(); - + ?> diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme index 28737d19da57b3a2999c9448387dc3812ef84cc5..963c89b21ebc2dfe8997721573b9c81e555d6235 100644 --- a/themes/goofy/goofy.theme +++ b/themes/goofy/goofy.theme @@ -1,4 +1,5 @@ <?php +// $Id$ /********************************************************************* @@ -153,5 +154,5 @@ function footer() { <? } // close footer function } // close theme-class - + ?> diff --git a/updates/3.00-to-x.xx.php b/updates/3.00-to-x.xx.php index 06955d4dcb8608b7118898a57be92939310ee05a..fb7e252f756d014600fb7a699d6251a7a48c7548 100644 --- a/updates/3.00-to-x.xx.php +++ b/updates/3.00-to-x.xx.php @@ -1,4 +1,5 @@ <?php +// $Id$ /* ** Move this file to the root of your Drupal tree and access it (execute @@ -23,5 +24,5 @@ print "done ($count)<br />"; } } - + ?> \ No newline at end of file