From 018d0ec1fc62e1f25b0f1cd5be507c710b681857 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sat, 13 Oct 2012 14:04:56 +0000 Subject: [PATCH] Debug VMXTemplate --- DatabaseMysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DatabaseMysql.php b/DatabaseMysql.php index f64f174..6a2fe43 100644 --- a/DatabaseMysql.php +++ b/DatabaseMysql.php @@ -242,7 +242,7 @@ class DatabaseMysql } /** - * Builds an SQL query text. + * Builds SQL query text. * * @param mixed $tables see $this->tablesBuilder() * @param mixed $fields Field definitions - either a string or an array.