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:
authorChirayu Chiripal <chirayu.chiripal@gmail.com>2015-02-26 18:29:15 +0300
committerChirayu Chiripal <chirayu.chiripal@gmail.com>2015-03-07 18:07:17 +0300
commit72b07cae86c766d03c49ad460d8ab0a1a6a84541 (patch)
treecb6a0d1e0c53d9f60d1bc6d973d3d030a1a559ad /tbl_zoom_select.php
parent70d5c7ab0d42912c4f69bedb02e81f6d793b06de (diff)
Fix some more coding style
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
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 881ebeff41..0a28e96afd 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -102,7 +102,7 @@ if (! isset($goto)) {
$err_url = $goto . PMA_URL_getCommon(array('db' => $db, 'table' => $table));
//Set default datalabel if not selected
-if ( !isset($_POST['zoom_submit']) || $_POST['dataLabel'] == '') {
+if (!isset($_POST['zoom_submit']) || $_POST['dataLabel'] == '') {
$dataLabel = PMA_getDisplayField($db, $table);
} else {
$dataLabel = $_POST['dataLabel'];