Project

General

Profile

« Previous | Next » 

Revision 149

Added by ryan about 19 years ago

Implemented backend captcha code

View differences:

install.php
55 55
	                 . ' `email_from` VARCHAR(255) NOT NULL ,'
56 56
	                 . ' `email_subject` VARCHAR(255) NOT NULL ,'
57 57
	                 . ' `success_message` TEXT NOT NULL ,'
58
						  . ' `stored_submissions` INT NOT NULL,'
59
						  . ' `max_submissions` INT NOT NULL,'
58
					 . ' `stored_submissions` INT NOT NULL,'
59
					 . ' `max_submissions` INT NOT NULL,'
60
					 . ' `use_captcha` INT NOT NULL,'
60 61
	                 . ' PRIMARY KEY ( `section_id` ) )'
61 62
	                 . ' ';
62 63
	$database->query($mod_form);

Also available in: Unified diff