Make WordPress Core


Ignore:
Timestamp:
06/15/2003 10:48:49 PM (22 years ago)
Author:
mikelittle
Message:

tablesettings no longer used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2-include/b2functions.php

    r216 r229  
    472472
    473473function get_settings($setting) {
    474     global $tablesettings, $wpdb, $cache_settings, $use_cache, $querycount;
     474    global $wpdb, $cache_settings, $use_cache, $querycount;
    475475    if ((empty($cache_settings)) OR (!$use_cache)) {
    476476        $settings = get_alloptions();
     
    498498   
    499499function get_postdata($postid) {
    500     global $tableusers, $tablesettings, $tablecategories, $tableposts, $tablecomments, $querycount, $wpdb;
     500    global $tableusers, $tablecategories, $tableposts, $tablecomments, $querycount, $wpdb;
    501501    $post = $wpdb->get_row("SELECT * FROM $tableposts WHERE ID = $postid");
    502502    ++$querycount;
Note: See TracChangeset for help on using the changeset viewer.