summaryrefslogtreecommitdiff
path: root/remind_password.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-06-04 20:32:45 +0000
committerChristian Fowler <spider@viovio.com>2006-06-04 20:32:45 +0000
commit52dd43a12632fa89db72847b98d530a6b3204327 (patch)
tree10232595c9b44bccfb6efa11f9eda22e4bbf45c9 /remind_password.php
parent229e87954d51d75db5f874e7a3f49c29d2cc5151 (diff)
downloadusers-52dd43a12632fa89db72847b98d530a6b3204327.tar.gz
users-52dd43a12632fa89db72847b98d530a6b3204327.tar.bz2
users-52dd43a12632fa89db72847b98d530a6b3204327.zip
remove deprecated smarty assign
Diffstat (limited to 'remind_password.php')
-rw-r--r--remind_password.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/remind_password.php b/remind_password.php
index f7bc978..b746c6f 100644
--- a/remind_password.php
+++ b/remind_password.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/remind_password.php,v 1.13 2006/05/29 18:41:04 lsces Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/remind_password.php,v 1.14 2006/06/04 20:32:45 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: remind_password.php,v 1.13 2006/05/29 18:41:04 lsces Exp $
+ * $Id: remind_password.php,v 1.14 2006/06/04 20:32:45 spiderr Exp $
* @package users
* @subpackage functions
*/
@@ -40,7 +40,6 @@ if( $gBitUser->isRegistered() ) {
}
$tmp['success'] .= tra("to the registered email address for")." " . $_REQUEST["username"] . ".";
- $gBitSmarty->assign('mail_site', $_SERVER["REMOTE_ADDR"]);
$gBitSmarty->assign('mail_user', $userInfo[$loginCol]);
$gBitSmarty->assign('mail_same', $gBitSystem->isFeatureActive( 'users_clear_passwords' ));
$gBitSmarty->assign('mail_pass', $pass);