From 2d611cfa876407c23ccce516662dc0322f26fcc4 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 14 Sep 2013 06:24:32 -0400 Subject: [PATCH] bug #4090 Downloading BLOB downloads page template --- ChangeLog | 1 + tbl_get_field.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index e729ed204a..a9226fe6a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ phpMyAdmin - ChangeLog - bug #3997 Error handling in case MySQL extension is missing - bug #4089 Moving Columns will alter column definition - bug #4091 Insert ignore option does not work +- bug #4090 Downloading BLOB downloads page template 4.0.6.0 (2013-09-05) - bug #4036 Call to undefined function mb_detect_encoding (clarify the doc) 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';