diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-16 17:25:15 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-16 17:25:15 +0000 |
commit | 256310fd6baaca309d97237700484fb30dfd7aa5 (patch) | |
tree | 8500778aa2aa6dc4e3b57232fc6558cca109fa1d /central/trunk/changepassword.php | |
parent | 3163329b8a8da24b8e388d4309f99cf2c6742a19 (diff) | |
download | instadisc-256310fd6baaca309d97237700484fb30dfd7aa5.tar.gz instadisc-256310fd6baaca309d97237700484fb30dfd7aa5.tar.bz2 instadisc-256310fd6baaca309d97237700484fb30dfd7aa5.zip |
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
Diffstat (limited to 'central/trunk/changepassword.php')
-rw-r--r-- | central/trunk/changepassword.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'])) | |||
18 | { | 18 | { |
19 | addError($numOfErrors, $errors, 'old', 'Old Password is a required field'); | 19 | addError($numOfErrors, $errors, 'old', 'Old Password is a required field'); |
20 | } else { | 20 | } else { |
21 | if (!instaDisc_verifyUser($_SESSION['username'], $_POST['old']) | 21 | if (!instaDisc_verifyUser($_SESSION['username'], $_POST['old'])) |
22 | { | 22 | { |
23 | addError($numOfErrors, $errors, 'old', 'Old password is not correct'); | 23 | addError($numOfErrors, $errors, 'old', 'Old password is not correct'); |
24 | } | 24 | } |