SQL fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@228 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
69d49eb2af
commit
b08123af2c
|
@ -227,7 +227,7 @@ $q = $wpdb->query($query);
|
|||
<p>So far so good.</p>
|
||||
<?php
|
||||
|
||||
$query="ALTER TABLE $tablesettings DROP `post_karma`";
|
||||
$query="ALTER TABLE $tableposts DROP `post_karma`";
|
||||
$q = $wpdb->query($query);
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue