Changeset 229 for trunk/b2-include/b2functions.php
- Timestamp:
- 06/15/2003 10:48:49 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2-include/b2functions.php
r216 r229 472 472 473 473 function get_settings($setting) { 474 global $ tablesettings, $wpdb, $cache_settings, $use_cache, $querycount;474 global $wpdb, $cache_settings, $use_cache, $querycount; 475 475 if ((empty($cache_settings)) OR (!$use_cache)) { 476 476 $settings = get_alloptions(); … … 498 498 499 499 function get_postdata($postid) { 500 global $tableusers, $table settings, $tablecategories, $tableposts, $tablecomments, $querycount, $wpdb;500 global $tableusers, $tablecategories, $tableposts, $tablecomments, $querycount, $wpdb; 501 501 $post = $wpdb->get_row("SELECT * FROM $tableposts WHERE ID = $postid"); 502 502 ++$querycount;
Note: See TracChangeset
for help on using the changeset viewer.