Project

General

Profile

« Previous | Next » 

Revision 250

Added by ryan over 18 years ago

Added Captcha to News module

View differences:

install.php
38 38
					 . '`content_short` TEXT NOT NULL,'
39 39
					 . '`content_long` TEXT NOT NULL,'
40 40
					 . '`commenting` VARCHAR(7) NOT NULL,'
41
		   	    . '`posted_when` INT NOT NULL ,'
41
		   	    	 . '`posted_when` INT NOT NULL ,'
42 42
					 . '`posted_by` INT NOT NULL ,'
43 43
					 . 'PRIMARY KEY (post_id)'
44 44
                . ' )';
......
86 86
					 . '`comments_page` TEXT NOT NULL,'
87 87
					 . '`commenting` VARCHAR(7) NOT NULL,'
88 88
					 . '`resize` INT NOT NULL,'
89
					 . ' `use_captcha` INT NOT NULL,'
89 90
					 . 'PRIMARY KEY (section_id)'
90 91
                . ' )';
91 92
	$database->query($mod_news);

Also available in: Unified diff