Make WordPress Core


Ignore:
Timestamp:
05/24/2004 08:22:18 AM (21 years ago)
Author:
saxmatt
Message:

Giant commit, sorry mailing list people. Move all table names to new $wpdb versions. Works but the whole app needs thorough testing now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-header.php

    r1340 r1355  
    1515timer_start();
    1616
    17 $dogs = $wpdb->get_results("SELECT * FROM $tablecategories WHERE 1=1");
     17$dogs = $wpdb->get_results("SELECT * FROM $wpdb->categories WHERE 1=1");
    1818foreach ($dogs as $catt) {
    1919    $cache_categories[$catt->cat_ID] = $catt;
Note: See TracChangeset for help on using the changeset viewer.