Fixed bug causing capcodes to fail on the initially board on new installations

This commit is contained in:
Savetheinternet 2011-04-11 03:26:05 +10:00
parent c544ad9bb8
commit ae3bae4602

View File

@ -185,7 +185,7 @@ CREATE TABLE IF NOT EXISTS `posts_b` (
`subject` varchar(40) NOT NULL,
`email` varchar(30) NOT NULL,
`name` varchar(25) NOT NULL,
`trip` varchar(15) DEFAULT NULL,
`trip` varchar(100) DEFAULT NULL,
`body` text NOT NULL,
`time` int(11) NOT NULL,
`bump` int(11) DEFAULT NULL,