diff options
| author | Lester Caine <lester@lsces.co.uk> | 2008-07-29 18:10:24 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2008-07-29 18:10:24 +0000 |
| commit | 25bde59d4c4288f9c29011a29fc5e14cef788fe5 (patch) | |
| tree | 7ad2fa70220427e1d9b90b2b5dc776e2883ebcc7 /index.php | |
| parent | d7eb639f3c4c510d1318203b9515b09b008e3999 (diff) | |
| download | users-25bde59d4c4288f9c29011a29fc5e14cef788fe5.tar.gz users-25bde59d4c4288f9c29011a29fc5e14cef788fe5.tar.bz2 users-25bde59d4c4288f9c29011a29fc5e14cef788fe5.zip | |
Use results from getContentList directly
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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]; |
