Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2012-04-25 17:25:59 +0400
committerMichal Čihař <mcihar@suse.cz>2012-04-25 17:25:59 +0400
commit58c1b658e15fcc108fbe59b2350430dbe2c4888c (patch)
tree443d28b1415d667c0a972536f21ef3284e1da65e /tbl_zoom_select.php
parent76d17be62465f6593ce698c382f3be7e822727b4 (diff)
Simplify code
Diffstat (limited to 'tbl_zoom_select.php')
-rw-r--r--tbl_zoom_select.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index 80c93f61ba..5b3c3d8141 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -358,7 +358,7 @@ if (isset($zoom_submit) && $inputs[0] != 'pma_null' && $inputs[1] != 'pma_null'
$cnt_func = count($zoomFunc[$i]);
$func_type = $zoomFunc[$i];
list($charsets[$i]) = explode('_', $collations[$i]);
- $unaryFlag = $GLOBALS['PMA_Types']->isUnaryOperator($func_type) ? true : false;
+ $unaryFlag = $GLOBALS['PMA_Types']->isUnaryOperator($func_type);
$whereClause = PMA_tbl_search_getWhereClause(
$fields[$i], $inputs[$i], $types[$i],
$collations[$i], $func_type, $unaryFlag