mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 06:10:09 +00:00
SQL fix
git-svn-id: https://develop.svn.wordpress.org/trunk@228 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user