Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2017-07-08 12:51:16 +02:00
commit 6e71574e9c
2 changed files with 1 additions and 5 deletions

View File

@ -26,6 +26,7 @@ phpMyAdmin - ChangeLog
- issue #13145 Improved layout of operations pages
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

@ -1759,11 +1759,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;