From 2d611cfa876407c23ccce516662dc0322f26fcc4 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 14 Sep 2013 06:24:32 -0400 Subject: bug #4090 Downloading BLOB downloads page template --- tbl_get_field.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tbl_get_field.php') 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'; -- cgit v1.2.3