We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bb750c + 2d611cf commit 4c0ec85Copy full SHA for 4c0ec85
2 files changed
ChangeLog
@@ -47,6 +47,7 @@ phpMyAdmin - ChangeLog
47
- bug #3997 Error handling in case MySQL extension is missing
48
- bug #4089 Moving Columns will alter column definition
49
- bug #4091 Insert ignore option does not work
50
+- bug #4090 Downloading BLOB downloads page template
51
52
4.0.6.0 (2013-09-05)
53
- bug #4036 Call to undefined function mb_detect_encoding (clarify the doc)
tbl_get_field.php
@@ -9,6 +9,8 @@
9
/**
10
* Common functions.
11
*/
12
+// we don't want the usual PMA_Response-generated HTML above the column's data
13
+define('PMA_BYPASS_GET_INSTANCE', 1);
14
require_once 'libraries/common.inc.php';
15
require_once 'libraries/mime.lib.php';
16
0 commit comments