From: pdontthink Date: Sun, 26 Aug 2007 05:24:11 +0000 (+0000) Subject: Move inclusion of strings.php much higher in init process; beside making sense, it... X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=4ffcf13aec3bc91137b542a83f19cc249e17f448 Move inclusion of strings.php much higher in init process; beside making sense, it is required for the prefs.php fix a couple day ago git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12599 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/include/init.php b/include/init.php index a85068dc..c39db07a 100644 --- a/include/init.php +++ b/include/init.php @@ -139,6 +139,7 @@ $color[15] = '#002266'; /* (dark blue) Unselectable folders */ $color[16] = '#ff9933'; /* (orange) Highlight color */ require(SM_PATH . 'functions/global.php'); +require(SM_PATH . 'functions/strings.php'); require(SM_PATH . 'functions/arrays.php'); /* load default configuration */ @@ -390,7 +391,6 @@ switch (PAGE_NAME) { require(SM_PATH . 'functions/display_messages.php' ); require(SM_PATH . 'functions/page_header.php'); require(SM_PATH . 'functions/html.php'); - require(SM_PATH . 'functions/strings.php'); /**