SVN:trunk[2159]
This commit is contained in:
Denis Flaven
2012-08-31 13:15:02 +00:00
parent c44420c985
commit c8393a7d3a

View File

@@ -243,7 +243,7 @@ class SQLQuery
// The goal will be to complete the list as we build the Joins
$aFrom = array();
$aFields = array();
$aGroupBy = arry();
$aGroupBy = array();
$oCondition = null;
$aDelTables = array();
$aSetValues = array();