summaryrefslogtreecommitdiff
path: root/my.php
diff options
context:
space:
mode:
authorJams H Thompson <jht001@users.sourceforge.net>2008-01-01 23:55:22 +0000
committerJams H Thompson <jht001@users.sourceforge.net>2008-01-01 23:55:22 +0000
commit6272d6bef69ccc163aa694fbc6475de80b9a2b93 (patch)
tree41efc044817a920476cc0ca94a37975ca21eb40b /my.php
parentcbb76b640d7e9f772ac4d06696b7a156b5c40cf7 (diff)
downloadusers-6272d6bef69ccc163aa694fbc6475de80b9a2b93.tar.gz
users-6272d6bef69ccc163aa694fbc6475de80b9a2b93.tar.bz2
users-6272d6bef69ccc163aa694fbc6475de80b9a2b93.zip
make pagination work in users content list
Diffstat (limited to 'my.php')
-rw-r--r--my.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/my.php b/my.php
index f6d44d4..f12290b 100644
--- a/my.php
+++ b/my.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/my.php,v 1.16 2006/03/01 18:35:20 spiderr Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/my.php,v 1.17 2008/01/01 23:55:22 jht001 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
*
- * $Id: my.php,v 1.16 2006/03/01 18:35:20 spiderr Exp $
+ * $Id: my.php,v 1.17 2008/01/01 23:55:22 jht001 Exp $
* @package users
* @subpackage functions
*/
@@ -56,6 +56,7 @@ if( $gBitSystem->isFeatureActive( 'display_users_content_list' ) ) {
$gBitSmarty->assign( 'contentTypes', $contentTypes );
$gBitSmarty->assign( 'contentList', $contentList['data'] );
$gBitSmarty->assign( 'contentCount', $contentList['cant'] );
+ $gBitSmarty->assign( 'listInfo', $contentList['listInfo'] );
// end of content listing
}