Don't need that final semi-colon

git-svn-id: https://develop.svn.wordpress.org/trunk@567 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little 2003-12-05 00:47:27 +00:00
parent 83d0276592
commit 649194bf97
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ if ( maybe_create_table($tablepost2cat, "
`category_id` INT NOT NULL ,
PRIMARY KEY ( `rel_id` ) ,
INDEX ( `post_id` , `category_id` )
);
)
") )
echo '<p>Table created successfully.</p>';
else echo '<p>New category table already created. Skipping.</p>';