git-svn-id: http://svn.automattic.com/wordpress/trunk@228 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle 2003-06-15 22:46:32 +00:00
parent 69d49eb2af
commit b08123af2c
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ $q = $wpdb->query($query);
<p>So far so good.</p> <p>So far so good.</p>
<?php <?php
$query="ALTER TABLE $tablesettings DROP `post_karma`"; $query="ALTER TABLE $tableposts DROP `post_karma`";
$q = $wpdb->query($query); $q = $wpdb->query($query);
?> ?>