Make WordPress Core


Ignore:
Timestamp:
11/23/2003 01:15:24 AM (22 years ago)
Author:
mikelittle
Message:

Fix SQL error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/wp-moderation.php

    r549 r551  
    144144
    145145    <?php
    146    
    147 $comments = $wpdb->get_results("SELECT * FROM $tablecomments WHERE comment_approved = 0");
     146$comments = $wpdb->get_results("SELECT * FROM $tablecomments WHERE comment_approved = '0'");
     147
    148148if ($comments) {
    149149    // list all comments that are waiting for approval
Note: See TracChangeset for help on using the changeset viewer.