Revision 958
Added by Matthias over 16 years ago
| 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)