Removed $querycount. Added $wpdb->querycount

git-svn-id: http://svn.automattic.com/wordpress/trunk@569 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle
2003-12-05 01:24:02 +00:00
parent 280324268f
commit ed973decee
11 changed files with 2 additions and 17 deletions

2
b2.php
View File

@@ -48,7 +48,7 @@
<?php
if ($debug=="1") {
echo "<p>$querycount queries - ".number_format(timer_stop(),3)." seconds</p>";
echo "<p>$wpdb->querycount queries - ".number_format(timer_stop(),3)." seconds</p>";
}
?>