diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-11-22 07:27:19 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-11-22 07:27:19 +0000 |
| commit | 065390ab852a58a14c6339e90dfb0d7eced2afba (patch) | |
| tree | d112df21749dc050030bf4b665da4e3755a3a9f4 /modules | |
| parent | 300a03c554874c55d3a6861450a7c780e19c89f4 (diff) | |
| download | liberty-065390ab852a58a14c6339e90dfb0d7eced2afba.tar.gz liberty-065390ab852a58a14c6339e90dfb0d7eced2afba.tar.bz2 liberty-065390ab852a58a14c6339e90dfb0d7eced2afba.zip | |
merge recent changes into HEAD
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_last_changes.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/modules/mod_last_changes.php b/modules/mod_last_changes.php index c24074a..7ae80f6 100644 --- a/modules/mod_last_changes.php +++ b/modules/mod_last_changes.php @@ -1,14 +1,16 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_last_changes.php,v 1.6 2005/08/24 20:55:17 squareing Exp $ /** + * @version $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_last_changes.php,v 1.7 2005/11/22 07:27:18 squareing Exp $ + * @package liberty + * @subpackage modules * 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 */ - +/** + * Initialization + */ global $gQueryUser, $gBitUser, $module_rows, $module_params, $gLibertySystem, $module_title; |
