aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-05-15 00:27:11 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-05-15 00:27:11 +0000
commit501aa7bde794a5ae8d90130dfdcb595984f34cf9 (patch)
tree3b445445ba5fe70a82bc788c117b3c436065ef0b
parentbadac963ac79b9a25e439a0500bd463fc9e60665 (diff)
downloadforums-501aa7bde794a5ae8d90130dfdcb595984f34cf9.tar
forums-501aa7bde794a5ae8d90130dfdcb595984f34cf9.tar.gz
forums-501aa7bde794a5ae8d90130dfdcb595984f34cf9.tar.bz2
forums-501aa7bde794a5ae8d90130dfdcb595984f34cf9.tar.xz
forums-501aa7bde794a5ae8d90130dfdcb595984f34cf9.zip
non MySQL Databases are people too!
git-svn-id: file:///svn/phpbb/trunk@5915 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/includes/db/dbal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/db/dbal.php b/phpBB/includes/db/dbal.php
index a7e582d396..cc70dd3630 100644
--- a/phpBB/includes/db/dbal.php
+++ b/phpBB/includes/db/dbal.php
@@ -362,7 +362,7 @@ class dbal
<br />
<p><b>Page generated in ' . round($totaltime, 4) . " seconds with {$this->num_queries} queries" . (($this->cache_num_queries) ? " + {$this->cache_num_queries} " . (($this->cache_num_queries == 1) ? 'query' : 'queries') . ' returning data from cache' : '') . '</b></p>
- <p>Time spent on MySQL queries: <b>' . round($this->sql_time, 5) . 's</b> | Time spent on PHP: <b>' . round($totaltime - $this->sql_time, 5) . 's</b></p>
+ <p>Time spent on ' . SQL_LAYER . ' queries: <b>' . round($this->sql_time, 5) . 's</b> | Time spent on PHP: <b>' . round($totaltime - $this->sql_time, 5) . 's</b></p>
<br /><br />
' . $this->sql_report . '