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:
authorMarc Delisle <marc@infomarc.info>2013-09-14 14:24:32 +0400
committerMarc Delisle <marc@infomarc.info>2013-09-14 14:24:32 +0400
commit2d611cfa876407c23ccce516662dc0322f26fcc4 (patch)
tree084ba75f2a07ce8e987852af4a3f5d80190ba5ec /tbl_get_field.php
parent4a4b22c59fc6652e5a965706c8c8e97399e531c4 (diff)
bug #4090 Downloading BLOB downloads page template
Diffstat (limited to 'tbl_get_field.php')
-rw-r--r--tbl_get_field.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tbl_get_field.php b/tbl_get_field.php
index ada209f46e..cc41376fa6 100644
--- a/tbl_get_field.php
+++ b/tbl_get_field.php
@@ -9,6 +9,8 @@
/**
* Common functions.
*/
+// we don't want the usual PMA_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';