summaryrefslogtreecommitdiff
path: root/modules/mod_last_changes.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mod_last_changes.php')
-rw-r--r--modules/mod_last_changes.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/modules/mod_last_changes.php b/modules/mod_last_changes.php
index 679103f..b3f3050 100644
--- a/modules/mod_last_changes.php
+++ b/modules/mod_last_changes.php
@@ -1,10 +1,12 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_last_changes.php,v 1.1 2005/06/19 04:55:51 bitweaver Exp $
+// $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_last_changes.php,v 1.2 2005/06/28 07:45:48 spiderr Exp $
/**
-* Params:
-* - content_type_guid : if set, show only those content_type_guid's
-* - show_date : if set, show date of last modification
-*/
+ * Params:
+ * - content_type_guid : if set, show only those content_type_guid's
+ * - show_date : if set, show date of last modification
+ * @package Liberty
+ * @subpackage modules
+ */
global $gQueryUser, $gBitUser, $module_rows, $module_params, $gLibertySystem, $module_title;