summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2008-07-29 18:10:24 +0000
committerLester Caine <lester@lsces.co.uk>2008-07-29 18:10:24 +0000
commit25bde59d4c4288f9c29011a29fc5e14cef788fe5 (patch)
tree7ad2fa70220427e1d9b90b2b5dc776e2883ebcc7 /index.php
parentd7eb639f3c4c510d1318203b9515b09b008e3999 (diff)
downloadusers-25bde59d4c4288f9c29011a29fc5e14cef788fe5.tar.gz
users-25bde59d4c4288f9c29011a29fc5e14cef788fe5.tar.bz2
users-25bde59d4c4288f9c29011a29fc5e14cef788fe5.zip
Use results from getContentList directly
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index e590b28..137e355 100644
--- a/index.php
+++ b/index.php
@@ -1,8 +1,8 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/index.php,v 1.30 2008/06/25 22:21:28 spiderr Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/index.php,v 1.31 2008/07/29 18:10:24 lsces Exp $
*
- * $Id: index.php,v 1.30 2008/06/25 22:21:28 spiderr Exp $
+ * $Id: index.php,v 1.31 2008/07/29 18:10:24 lsces Exp $
* @package users
* @subpackage functions
*/
@@ -73,7 +73,7 @@ if( !empty( $_REQUEST['home'] ) && $gQueryUser->isValid() && (( $gBitUser->hasPe
//$gBitSmarty->assign_by_ref('offset', $offset);
$gBitSmarty->assign( 'contentSelect', $contentSelect );
$gBitSmarty->assign( 'contentTypes', $contentTypes );
- $gBitSmarty->assign( 'contentList', $contentList['data'] );
+ $gBitSmarty->assign( 'contentList', $contentList );
// needed by pagination
$contentList['listInfo']['ihash']['content_type_guid'] = $contentSelect[0];