diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-10-27 21:23:02 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-10-27 21:23:02 +0000 |
| commit | be1d39c0d1e10009cd62a7ee690fc66d4e61c64d (patch) | |
| tree | 3bba359cf69612c489ddaf9917bbf5556c9eff9a /modules | |
| parent | 7e68cfddf0e0016bca5d5a6441461c5a8f6e4887 (diff) | |
| download | pigeonholes-be1d39c0d1e10009cd62a7ee690fc66d4e61c64d.tar.gz pigeonholes-be1d39c0d1e10009cd62a7ee690fc66d4e61c64d.tar.bz2 pigeonholes-be1d39c0d1e10009cd62a7ee690fc66d4e61c64d.zip | |
remove call to liberty content - remnant from copy / paste job
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_last_changes.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/mod_last_changes.php b/modules/mod_last_changes.php index 8f9e23a..94ffadf 100644 --- a/modules/mod_last_changes.php +++ b/modules/mod_last_changes.php @@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_pigeonholes/modules/Attic/mod_last_changes.php,v 1.1 2005/10/26 17:46:45 squareing Exp $ +// $Header: /cvsroot/bitweaver/_bit_pigeonholes/modules/Attic/mod_last_changes.php,v 1.2 2005/10/27 21:23:02 squareing Exp $ /** * Params: * - content_type_guid : if set, show only those content_type_guid's @@ -44,7 +44,4 @@ if( empty( $module_title ) ) { if( !empty( $module_params['show_date'] ) ) { $gBitSmarty->assign( 'showDate' , TRUE ); } - -$modLastContent = $gBitUser->getContentList( $listHash ); -$gBitSmarty->assign_by_ref( 'modLastContent', $modLastContent['data'] ); ?> |
