Ver código fonte

Typo !

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2159 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 anos atrás
pai
commit
4cbb54718d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      core/sqlquery.class.inc.php

+ 1 - 1
core/sqlquery.class.inc.php

@@ -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();