Explorar o código

Got rid of an unnecessary query (responsible for 8% of the time spent in a standard iTop page!!!)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2974 a333f486-631f-4898-b8df-5754b55c2be0
romainq %!s(int64=11) %!d(string=hai) anos
pai
achega
160964ec68
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      core/sqlquery.class.inc.php

+ 0 - 2
core/sqlquery.class.inc.php

@@ -488,8 +488,6 @@ class SQLQuery
 
 	private function privRenderSingleTable(&$aFrom, &$aFields, &$aGroupBy, &$aDelTables, &$aSetValues, &$aSelectedIdFields, $sCallerAlias = '', $aJoinData)
 	{
-		$aActualTableFields = CMDBSource::GetTableFieldsList($this->m_sTable);
-
 		$aTranslationTable[$this->m_sTable]['*'] = $this->m_sTableAlias;
 
 		// Handle the various kinds of join (or first table in the list)