Project

General

Profile

« Previous | Next » 

Revision 153

Added by ryan about 19 years ago

Updated Captcha code

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,'
60
					 . ' `use_captcha` INT NOT NULL,'
59
					 . ' `max_submissions` INT NOT NULL,'
61 60
	                 . ' PRIMARY KEY ( `section_id` ) )'
62 61
	                 . ' ';
63 62
	$database->query($mod_form);

Also available in: Unified diff