We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f977d commit d77b121Copy full SHA for d77b121
interface/web/mail/form/mail_user_filter.tform.php
@@ -94,7 +94,6 @@
94
'datatype' => 'VARCHAR',
95
'formtype' => 'SELECT',
96
'default' => '',
97
- //'value' => array('contains'=>'contains_txt','is' => 'Is','begins'=>'Begins with','ends'=>'Ends with')
98
'value' => array('contains'=>'contains_txt', 'is' => 'is_txt', 'begins'=>'begins_with_txt', 'ends'=>'ends_with_txt')
99
),
100
'searchterm' => array (
0 commit comments