summaryrefslogtreecommitdiff
path: root/change_password.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-06-25 22:21:28 +0000
committerChristian Fowler <spider@viovio.com>2008-06-25 22:21:28 +0000
commit57c06511cdce3a1025f67f9fdfd84461e08f04b9 (patch)
tree07845f9cafe4ca219e8caba28d590ab5c815628a /change_password.php
parent4b6e8e44c20e202c1b89980f997ee0594c80118d (diff)
downloadusers-57c06511cdce3a1025f67f9fdfd84461e08f04b9.tar.gz
users-57c06511cdce3a1025f67f9fdfd84461e08f04b9.tar.bz2
users-57c06511cdce3a1025f67f9fdfd84461e08f04b9.zip
change display call to use a hash for display options, add display_mode to options hash
Diffstat (limited to 'change_password.php')
-rw-r--r--change_password.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/change_password.php b/change_password.php
index ec2ca52..d0b9d8b 100644
--- a/change_password.php
+++ b/change_password.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/change_password.php,v 1.12 2007/11/09 10:54:19 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/change_password.php,v 1.13 2008/06/25 22:21:27 spiderr 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: change_password.php,v 1.12 2007/11/09 10:54:19 squareing Exp $
+ * $Id: change_password.php,v 1.13 2008/06/25 22:21:27 spiderr Exp $
* @package users
* @subpackage functions
*/
@@ -74,6 +74,6 @@ if( isset( $_REQUEST["change"] )) {
}
// Display the template
-$gBitSystem->display( 'bitpackage:users/change_password.tpl', 'Change Password' );
+$gBitSystem->display( 'bitpackage:users/change_password.tpl', 'Change Password' , array( 'display_mode' => 'display' ));
?>