Pārlūkot izejas kodu

Typo !

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2159 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 gadi atpakaļ
vecāks
revīzija
4cbb54718d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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();