Revision 359
Added by ryan over 18 years ago
email.php | ||
---|---|---|
48 | 48 |
$admin->print_error($MESSAGE['USERS']['INVALID_EMAIL']); |
49 | 49 |
} |
50 | 50 |
|
51 |
$email = $wb->add_slashes($email);
|
|
51 |
$email = $admin->add_slashes($email);
|
|
52 | 52 |
|
53 | 53 |
// Update the database |
54 | 54 |
$database = new database(); |
Also available in: Unified diff
Fixed problems that were created in changeset 353