mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
Implemented the capability to modify queries by the mean of a plugin (beta)
SVN:1.2[1840]
This commit is contained in:
@@ -953,10 +953,10 @@ class QueryBuilderExpressions
|
||||
protected $m_aSelectExpr;
|
||||
protected $m_aJoinFields;
|
||||
|
||||
public function __construct($aSelect, $oCondition)
|
||||
public function __construct($oCondition)
|
||||
{
|
||||
$this->m_oConditionExpr = $oCondition;
|
||||
$this->m_aSelectExpr = $aSelect;
|
||||
$this->m_aSelectExpr = array();
|
||||
$this->m_aJoinFields = array();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user