Don't need that final semi-colon

git-svn-id: http://svn.automattic.com/wordpress/trunk@567 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle 2003-12-05 00:47:27 +00:00
parent 76f128ae88
commit b011e9e776
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>';