mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
CMDBSource : fix code errors and some warnings
SVN:trunk[5149]
This commit is contained in:
@@ -375,7 +375,7 @@ abstract class DBSearch
|
||||
array_unshift($aColumns, 'id');
|
||||
}
|
||||
|
||||
$aQueryCols = CMDBSource::GetColumns($resQuery);
|
||||
$aQueryCols = CMDBSource::GetColumns($resQuery, $sSQL);
|
||||
|
||||
$sClassAlias = $this->GetClassAlias();
|
||||
$aColMap = array();
|
||||
|
||||
Reference in New Issue
Block a user