Remove not used $cfg[SetOperators]
This commit is contained in:
parent
1ad90fde1c
commit
e4e414fbcd
@ -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
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user