From db943e4a2ebb48764fd931a08f1834aea19ee3fe Mon Sep 17 00:00:00 2001 From: saxmatt Date: Fri, 20 Aug 2004 17:56:51 +0000 Subject: [PATCH] Typo. git-svn-id: http://svn.automattic.com/wordpress/trunk@1544 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/wp-db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index 1839fb139..7e1001981 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -295,7 +295,7 @@ class wpdb { $mtime = explode(' ', $mtime); $time_end = $mtime[1] + $mtime[0]; $time_total = $time_end - $this->time_start; - return $timetotal; + return $time_total; } function bail($message) { // Just wraps errors in a nice header and footer