diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index fdd39abe6d..a80fa4c78d 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -83,7 +83,7 @@ function marklist(id, name, state) */ function trace(link) { - window.open(link.replace(/&/g, '&'), '_trace', 'height=515, resizable=yes, scrollbars=yes, width=680'); + window.open(link.replace(/&/g, '&'), '_trace', 'height=515, resizable=yes, scrollbars=yes, width=750'); return false; } diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html index ca24f3891b..9d723a4f63 100644 --- a/phpBB/adm/style/simple_header.html +++ b/phpBB/adm/style/simple_header.html @@ -101,4 +101,4 @@ function swatch(field) -
+
diff --git a/phpBB/includes/acp/acp_search.php b/phpBB/includes/acp/acp_search.php index 2353150c03..e647a3d0b0 100644 --- a/phpBB/includes/acp/acp_search.php +++ b/phpBB/includes/acp/acp_search.php @@ -25,6 +25,9 @@ class acp_search $user->add_lang('acp/search'); + // For some this may be of help... + @ini_set('memory_limit', '128M'); + switch ($mode) { case 'settings':