MINOR: reverted the showqueries fix

This commit is contained in:
Geoff Munn 2010-12-03 02:42:18 +00:00
parent 667eac707f
commit d5915cd7d1

View File

@ -221,7 +221,7 @@ class PostgreSQLDatabase extends SS_Database {
$handle = pg_query($this->dbConn, $sql);
if(isset($_REQUEST['showqueries'])) {
$endtime = round(microtime(true) - $starttime,4);
$endtime = round(microtime(true) - $starttime * 1000, 1);
Debug::message("\n$sql\n{$endtime}ms\n", false);
}