From 54237665864178cc8984d4396130c2421363d322 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 10 Mar 2007 11:23:53 +0000 Subject: [PATCH] only tiny adjustements... and try to set the memory limit for the search indexing page to 128M... git-svn-id: file:///svn/phpbb/trunk@7161 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/overall_header.html | 2 +- phpBB/adm/style/simple_header.html | 2 +- phpBB/includes/acp/acp_search.php | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) 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':