Remove not used $cfg[SetOperators]

This commit is contained in:
Michal Čihař 2012-04-26 09:58:01 +02:00
parent 1ad90fde1c
commit e4e414fbcd

View File

@ -2911,16 +2911,6 @@ $cfg['EnumOperators'] = array(
'!=',
);
/**
* Search operators
*
* @global array $cfg['SetOperators']
*/
$cfg['SetOperators'] = array(
'IN',
'NOT IN',
);
/**
* Max rows retreived for zoom search
*/