From 256310fd6baaca309d97237700484fb30dfd7aa5 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 16 Aug 2008 17:25:15 +0000 Subject: Central: Fixed a typo in changepassword.php Yet ANOTHER ANNOYING [15]. The number of these [15]s is saying something about my coding techniques. Refs #25 --- central/trunk/changepassword.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'central/trunk/changepassword.php') diff --git a/central/trunk/changepassword.php b/central/trunk/changepassword.php index 81fc5a7..1b92666 100644 --- a/central/trunk/changepassword.php +++ b/central/trunk/changepassword.php @@ -18,7 +18,7 @@ if (isset($_SESSION['username'])) { addError($numOfErrors, $errors, 'old', 'Old Password is a required field'); } else { - if (!instaDisc_verifyUser($_SESSION['username'], $_POST['old']) + if (!instaDisc_verifyUser($_SESSION['username'], $_POST['old'])) { addError($numOfErrors, $errors, 'old', 'Old password is not correct'); } -- cgit 1.4.1