RFE #940194 - Added REGEXP to search options

This commit is contained in:
Garvin Hicking
2004-04-27 11:10:31 +00:00
parent 49726bd3e6
commit 534cb1f08a
2 changed files with 7 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ $Source$
calendar.
2004-04-27 Garvin Hicking <pma@supergarv.de>
* tbl_select.php: RFE #940194 - Add REGEXP to table search options
* read_dump.php: Bug #925913 - Uploading with UploadDir/open_basedir
fails.
* querywindow.php: Bug #942395 - Missing space

View File

@@ -37,7 +37,7 @@ if ($cfg['PropertiesIconic'] == true) {
* LIKE works also on integers and dates so I added it in numfunctions
*/
$numfunctions = array('=', '>', '>=', '<', '<=', '!=', 'LIKE', 'NOT LIKE');
$textfunctions = array('LIKE', 'NOT LIKE', '=', '!=');
$textfunctions = array('LIKE', 'NOT LIKE', '=', '!=', 'REGEXP', 'NOT REGEXP');
$enumfunctions = array('=', '!=');
$nullfunctions = array('IS NULL', 'IS NOT NULL');
$unaryfunctions = array(