Skip to content

Commit

Permalink
Fix for dumb error (extra comma)
Browse files Browse the repository at this point in the history
  • Loading branch information
defacer committed Jun 1, 2004
1 parent 5bb8c19 commit c9114c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/db/mysql.php
Expand Up @@ -123,7 +123,7 @@ function forum_upgrade($oldversion) {
`postid` int(11) unsigned default 0 NOT NULL,
PRIMARY KEY (`id`),
KEY `user` (userid),
KEY `post` (postid),
KEY `post` (postid)
) TYPE=MyISAM COMMENT='For keeping track of posts that will be mailed in digest form';");
}

Expand Down

0 comments on commit c9114c3

Please sign in to comment.