Initial commit
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
<select name="criteriaColumnOperators[<?= $search_index; ?>]"
|
||||
onchange="changeValueFieldType(this, <?= $search_index; ?>)">
|
||||
<?= $GLOBALS['PMA_Types']->getTypeOperatorsHtml(
|
||||
preg_replace('@\(.*@s', '', $columnTypes[$column_index]),
|
||||
$columnNullFlags[$column_index], $selected_operator
|
||||
); ?>
|
||||
</select>
|
Reference in New Issue
Block a user