git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2159 a333f486-631f-4898-b8df-5754b55c2be0
@@ -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();