From: teepe Date: Sun, 20 Jan 2002 10:43:03 +0000 (+0000) Subject: Thanks to Simon Dick for making the db_prefs work again\! X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=2deab9a3a3ae21dbeffb2ef0b12db1ae46adc560 Thanks to Simon Dick for making the db_prefs work again\! git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2183 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/db_prefs.php b/functions/db_prefs.php index 0817458e..519f066f 100644 --- a/functions/db_prefs.php +++ b/functions/db_prefs.php @@ -39,7 +39,7 @@ global $prefs_are_cached, $prefs_cache; if ( !session_is_registered('prefs_are_cached') || !isset( $prefs_cache) || !is_array( $prefs_cache) || - substr( phpversion(), 0, 3 ) == '4.1 ) { + substr( phpversion(), 0, 3 ) == '4.1' ) { $prefs_are_cached = false; $prefs_cache = array(); }