Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Jul 8, 2017
2 parents 5f02c8f + a6e0a69 commit 6e71574
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions libraries/Util.php
Expand Up @@ -1759,11 +1759,6 @@ public static function linkOrButton(
$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;
Expand Down

0 comments on commit 6e71574

Please sign in to comment.