summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Turner <ukgrad89@users.sourceforge.net>2010-05-10 21:08:24 +0000
committerJohn Turner <ukgrad89@users.sourceforge.net>2010-05-10 21:08:24 +0000
commit0d7f9b82a12ddb018192014c00148f0c05128500 (patch)
treedbc13ddb6a4e4d5f51e53fbdc18e77680ba3d75e
parent57cb0a607234748987a2403daad321002ba62dfb (diff)
downloadusers-CVS_HEAD.tar.gz
users-CVS_HEAD.tar.bz2
users-CVS_HEAD.zip
Fixed spelling.CVS_HEAD
-rw-r--r--confirm.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/confirm.php b/confirm.php
index 87de717..179a3d0 100644
--- a/confirm.php
+++ b/confirm.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/confirm.php,v 1.11 2010/03/16 22:11:15 spiderr Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/confirm.php,v 1.12 2010/05/10 21:08:24 ukgrad89 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: confirm.php,v 1.11 2010/03/16 22:11:15 spiderr Exp $
+ * $Id: confirm.php,v 1.12 2010/05/10 21:08:24 ukgrad89 Exp $
* @package users
* @subpackage functions
*/
@@ -24,7 +24,7 @@ if( !empty( $_REQUEST["v"] ) && strpos( $_REQUEST["v"], ':' ) ) {
if( !empty( $userId ) && !empty( $provPass ) && $userInfo = $gBitUser->confirmRegistration( $userId, $provPass ) ) {
$gBitSmarty->assign_by_ref( 'userInfo', $userInfo );
- $gBitSystem->display( 'bitpackage:users/change_password.tpl', 'Confrim Password Change' , array( 'display_mode' => 'display' ));
+ $gBitSystem->display( 'bitpackage:users/change_password.tpl', 'Confirm Password Change' , array( 'display_mode' => 'display' ));
} else {
$gBitSystem->setHttpStatus( 410 );
$gBitSystem->fatalError( tra("This confirmation link is no longer valid. Please Login or <a href=\"".USERS_PKG_URL."remind_password.php\">request a new password change</a>") );