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-05-30 11:01:51 +0400
committerMichal Čihař <mcihar@suse.cz>2012-05-30 11:01:51 +0400
commitfd224d2f2ee5e0a6d43575b4249ef1d0c93c9f1f (patch)
tree9286626635a9f0ebb890590b067412bc8d33303a /tbl_zoom_select.php
parent17998ea5bed12aae5a46e1fea9f7e71b0d8fd9bf (diff)
Fix typo
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 ba568e1102..ca2d40fbaa 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -112,7 +112,7 @@ if (isset($_REQUEST['change_tbl_info']) && $_REQUEST['change_tbl_info'] == true)
// HTML for operators
$html = '<select name="zoomFunc[]">';
$html .= $GLOBALS['PMA_Types']->getTypeOperatorsHtml(
- preg_replace('@\(.*@s', '', $fields_type[$i]),
+ preg_replace('@\(.*@s', '', $fields_type[$key]),
$fields_null[$key]
);
$html .= '</select>';