Make WordPress Core

Changeset 558 for trunk/b2comments.php


Ignore:
Timestamp:
11/25/2003 12:46:52 AM (22 years ago)
Author:
mikelittle
Message:

Missing querycount

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2comments.php

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