summaryrefslogtreecommitdiff
path: root/list_content.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-13 20:37:58 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-13 20:37:58 +0000
commit59644434a8466b42377a4bee43b62605eda91c44 (patch)
tree2384c20f579631cc140dce5f2ef7b0d35c613c60 /list_content.php
parent26dfd0250490b114794d3bc90fa6bc8e7fee0462 (diff)
downloadliberty-59644434a8466b42377a4bee43b62605eda91c44.tar.gz
liberty-59644434a8466b42377a4bee43b62605eda91c44.tar.bz2
liberty-59644434a8466b42377a4bee43b62605eda91c44.zip
remove more old pagniation stuff
Diffstat (limited to 'list_content.php')
-rw-r--r--list_content.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/list_content.php b/list_content.php
index aeeeecb..f9bd624 100644
--- a/list_content.php
+++ b/list_content.php
@@ -3,7 +3,7 @@
* list_content
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.15 $
+ * @version $Revision: 1.16 $
* @package liberty
* @subpackage functions
*/
@@ -20,13 +20,11 @@ if( !empty( $_REQUEST['sort_mode'] ) ) {
}
$max_content = $gBitSystem->getPreference( 'max_records' );
-$offset_content = @BitBase::verifyId( $_REQUEST['offset'] ) ? $_REQUEST['offset'] : 0;
$gBitSmarty->assign( 'user_id', @BitBase::verifyId( $_REQUEST['user_id'] ) ? $_REQUEST['user_id'] : NULL );
// now that we have all the offsets, we can get the content list
include_once( LIBERTY_PKG_PATH.'get_content_list_inc.php' );
-//$gBitSmarty->assign_by_ref('offset', $offset);
$gBitSmarty->assign( 'contentSelect', $contentSelect );
$gBitSmarty->assign( 'contentTypes', $contentTypes );
$gBitSmarty->assign( 'contentList', $contentList['data'] );