Make WordPress Core


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/wp-admin/links.import.php

    r504 r558  
    7474<?php
    7575    $categories = $wpdb->get_results("SELECT cat_id, cat_name, auto_toggle FROM $tablelinkcategories ORDER BY cat_id");
     76    ++$querycount;
    7677    foreach ($categories as $category) {
    7778?>
Note: See TracChangeset for help on using the changeset viewer.