Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7

This commit is contained in:
Weblate 2017-07-08 12:48:15 +02:00
commit 67b0180ba9
2 changed files with 1 additions and 5 deletions

View File

@ -2,6 +2,7 @@ phpMyAdmin - ChangeLog
======================
4.7.3 (not yet released)
- issue #13447 Large multi-line query removes Export operation and blanks query box options
4.7.2 (2017-06-29)
- issue #13314 Make theme selection keep current server

View File

@ -1768,11 +1768,6 @@ class Util
$new_form = true, $strip_img = false, $target = '', $force_button = false
) {
$url_length = mb_strlen($url);
// with this we should be able to catch case of image upload
// into a (MEDIUM) BLOB; not worth generating even a form for these
if ($url_length > $GLOBALS['cfg']['LinkLengthLimit'] * 100) {
return '';
}
if (! is_array($tag_params)) {
$tmp = $tag_params;