Project

General

Profile

« Previous | Next » 

Revision 281

Added by stefan over 18 years ago

Fixed bug #99 and two additional instances of catpcha instead of captcha.

View differences:

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