about summary refs log tree commit diff stats
path: root/central/trunk/changepassword.php
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-16 17:25:15 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-16 17:25:15 +0000
commit256310fd6baaca309d97237700484fb30dfd7aa5 (patch)
tree8500778aa2aa6dc4e3b57232fc6558cca109fa1d /central/trunk/changepassword.php
parent3163329b8a8da24b8e388d4309f99cf2c6742a19 (diff)
downloadinstadisc-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.php2
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 }