Revision 281
Added by stefan almost 19 years ago
view.php | ||
---|---|---|
275 | 275 |
} |
276 | 276 |
} |
277 | 277 |
} |
278 |
if(isset($_SESSION['catpcha'])) { unset($_SESSION['captcha']); }
|
|
278 |
if(isset($_SESSION['captcha'])) { unset($_SESSION['captcha']); }
|
|
279 | 279 |
|
280 | 280 |
// Addslashes to email body - proposed by Icheb in topic=1170.0 |
281 | 281 |
// $email_body = $wb->add_slashes($email_body); |
Also available in: Unified diff
Fixed bug #99 and two additional instances of catpcha instead of captcha.