From 2deab9a3a3ae21dbeffb2ef0b12db1ae46adc560 Mon Sep 17 00:00:00 2001 From: teepe Date: Sun, 20 Jan 2002 10:43:03 +0000 Subject: [PATCH 1/1] 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 --- functions/db_prefs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.25.1