Changeset 558 for trunk/b2comments.php
- Timestamp:
- 11/25/2003 12:46:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/b2comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2comments.php
r549 r558 16 16 17 17 $comments = $wpdb->get_results("SELECT * FROM $tablecomments WHERE comment_post_ID = $id AND comment_approved = '1' ORDER BY comment_date"); 18 ++$querycount; 18 19 ?> 19 20
Note: See TracChangeset
for help on using the changeset viewer.