Fixed bug causing capcodes to fail on the initially board on new installations
This commit is contained in:
parent
c544ad9bb8
commit
ae3bae4602
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user