Revision 958
Added by Matthias over 16 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
| 14 | 14 |
12-Apr-2009 Matthias Gallas |
| 15 |
# Fixed not defined language variable in account/email.php (Thanks to Forum-User BlackTiger) |
|
| 15 | 16 |
# Fixed Typo in group_form.htt (ticket #705) |
| 16 | 17 |
01-Mar-2009 Christian Sommer |
| 17 | 18 |
! Added disclaimer to upgrade-script.php |
| trunk/wb/account/email.php | ||
|---|---|---|
| 42 | 42 |
|
| 43 | 43 |
// Validate values |
| 44 | 44 |
if($results->numRows() == 0) {
|
| 45 |
$wb->print_error($MESSAGE['PREFERENCES']['OLD_PASSWORD_INCORRECT'], $js_back, false);
|
|
| 45 |
$wb->print_error($MESSAGE['PREFERENCES']['CURRENT_PASSWORD_INCORRECT'], $js_back, false);
|
|
| 46 | 46 |
} |
| 47 | 47 |
// Validate values |
| 48 | 48 |
if(!$wb->validate_email($email)) {
|
Also available in: Unified diff
Fixed not defined language variable in account/email.php (Thanks to Forum-User BlackTiger)