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/optionhandler.php

    r294 r558  
    5151                                         ."WHERE option_id = $option_result->option_id "
    5252                                         ."ORDER BY optionvalue_seq");
     53            ++$querycount;
    5354            if ($select) {
    5455                foreach($select as $option) {
     
    6869            // first get the sql to run
    6970            $sql = $wpdb->get_var("SELECT optionvalue FROM $tableoptionvalues WHERE option_id = $option_result->option_id");
     71            ++$querycount;
    7072            if (!$sql) {
    7173                return $option_result->option_name . $editable;
Note: See TracChangeset for help on using the changeset viewer.