Make WordPress Core

Changeset 569 for trunk/b2comments.php


Ignore:
Timestamp:
12/05/2003 01:24:02 AM (23 years ago)
Author:
mikelittle
Message:

Removed $querycount. Added $wpdb->querycount

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2comments.php

    r559 r569  
    1616
    1717        $comments = $wpdb->get_results("SELECT * FROM $tablecomments WHERE comment_post_ID = $id AND comment_approved = '1' ORDER BY comment_date");
    18         ++$querycount;
    1918?>
    2019
Note: See TracChangeset for help on using the changeset viewer.