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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-10-19 21:33:21 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-10-19 21:33:21 +0300
commitffc4422db7401e28ec9a41d6a79be8e549457075 (patch)
tree02d66ce6fd4e8be55ad1b69a6287fb9e0da8738d /tbl_get_field.php
parent1861e9b7756d59c631665c170173ff92825f720b (diff)
Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'tbl_get_field.php')
-rw-r--r--tbl_get_field.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tbl_get_field.php b/tbl_get_field.php
index 9981c57607..90fc363092 100644
--- a/tbl_get_field.php
+++ b/tbl_get_field.php
@@ -9,7 +9,8 @@
/**
* Common functions.
*/
-// we don't want the usual PMA\libraries\Response-generated HTML above the column's data
+// we don't want the usual PMA\libraries\Response-generated HTML above the column's
+// data
define('PMA_BYPASS_GET_INSTANCE', 1);
require_once 'libraries/common.inc.php';
require_once 'libraries/mime.lib.php';