diff options
author | natrak <> | 2001-10-20 18:57:10 +0000 |
---|---|---|
committer | natrak <> | 2001-10-20 18:57:10 +0000 |
commit | e7fd76a1c96b254e904ac7bc661c1cf879a91157 (patch) | |
tree | f7f2979ce014e9dbc33c48b91fbfc32e774612fb /modules | |
parent | 864c18d4c3a26249357c1ba5b986e9f6d8d89082 (diff) | |
download | brdo-e7fd76a1c96b254e904ac7bc661c1cf879a91157.tar.gz brdo-e7fd76a1c96b254e904ac7bc661c1cf879a91157.tar.bz2 |
- added the CVS keyword $Id$ to all files to make future version tracking
easier. Also changed the <? tag to <?php in some cases.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/box.module | 4 | ||||
-rw-r--r-- | modules/calendar.module | 3 | ||||
-rw-r--r-- | modules/cloud.module | 3 | ||||
-rw-r--r-- | modules/cvs.module | 3 | ||||
-rw-r--r-- | modules/meta.module | 3 | ||||
-rw-r--r-- | modules/rating.module | 3 | ||||
-rw-r--r-- | modules/weblogs.module | 3 |
7 files changed, 15 insertions, 7 deletions
diff --git a/modules/box.module b/modules/box.module index 283a56c8a..b24481109 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 93c6c0ae9..dfb8aa319 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 511087a32..4006ac775 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 a6b2f16ab..82342c255 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 682069f9f..254d17e5a 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 7c17a34e7..d7e391501 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 c7e31fabb..aaa21e10d 100644 --- a/modules/weblogs.module +++ b/modules/weblogs.module @@ -1,4 +1,5 @@ -<? +<?php +// $Id$ function weblogs_cron() { |