Project

General

Profile

« Previous | Next » 

Revision 227

Added by ryan over 18 years ago

Finished correct Captcha implementation in form mod

View differences:

install.php
56 56
	                 . ' `email_subject` VARCHAR(255) NOT NULL ,'
57 57
	                 . ' `success_message` TEXT NOT NULL ,'
58 58
					 . ' `stored_submissions` INT NOT NULL,'
59
					 . ' `max_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