summaryrefslogtreecommitdiff
path: root/users.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-06-25 22:21:24 +0000
committerChristian Fowler <spider@viovio.com>2008-06-25 22:21:24 +0000
commit2534dfdca4a1b9c1b59b2da0e3045671fdb2c483 (patch)
tree69bf95ad631555cf3dffcf1eb3589027969ee1e7 /users.php
parent60c0a21ac8fcbef0f8890f1809b7385b313fcfa4 (diff)
downloadstats-2534dfdca4a1b9c1b59b2da0e3045671fdb2c483.tar.gz
stats-2534dfdca4a1b9c1b59b2da0e3045671fdb2c483.tar.bz2
stats-2534dfdca4a1b9c1b59b2da0e3045671fdb2c483.zip
change display call to use a hash for display options, add display_mode to options hash
Diffstat (limited to 'users.php')
-rw-r--r--users.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/users.php b/users.php
index 4cbb73b..a86c4c9 100644
--- a/users.php
+++ b/users.php
@@ -1,12 +1,12 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_stats/users.php,v 1.8 2007/07/03 20:47:44 spiderr Exp $
+ * $Header: /cvsroot/bitweaver/_bit_stats/users.php,v 1.9 2008/06/25 22:21:24 spiderr Exp $
*
* Copyright (c) 2005 bitweaver.org
* 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: users.php,v 1.8 2007/07/03 20:47:44 spiderr Exp $
+ * $Id: users.php,v 1.9 2008/06/25 22:21:24 spiderr Exp $
* @package stats
* @subpackage functions
*/
@@ -29,5 +29,5 @@ $gBitSmarty->assign( 'userStats', $stats->registrationStats( $_REQUEST["period"]
$gBitSmarty->assign( 'period', $_REQUEST["period"] );
// Display the template
-$gBitSystem->display( 'bitpackage:stats/user_stats.tpl');
+$gBitSystem->display( 'bitpackage:stats/user_stats.tpl', NULL, array( 'display_mode' => 'display' ));
?>