Skip to content

Commit 4c0ec85

Browse files
author
Marc Delisle
committed
Merge branch 'QA_4_0'
2 parents 3bb750c + 2d611cf commit 4c0ec85

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ phpMyAdmin - ChangeLog
4747
- bug #3997 Error handling in case MySQL extension is missing
4848
- bug #4089 Moving Columns will alter column definition
4949
- bug #4091 Insert ignore option does not work
50+
- bug #4090 Downloading BLOB downloads page template
5051

5152
4.0.6.0 (2013-09-05)
5253
- bug #4036 Call to undefined function mb_detect_encoding (clarify the doc)

tbl_get_field.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
/**
1010
* Common functions.
1111
*/
12+
// we don't want the usual PMA_Response-generated HTML above the column's data
13+
define('PMA_BYPASS_GET_INSTANCE', 1);
1214
require_once 'libraries/common.inc.php';
1315
require_once 'libraries/mime.lib.php';
1416

0 commit comments

Comments
 (0)