mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
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:
parent
76f128ae88
commit
b011e9e776
@ -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>';
|
||||
|
Loading…
Reference in New Issue
Block a user