From e7665b8a03708c3ebdf2268a2066170c39b598ce Mon Sep 17 00:00:00 2001 From: robsiemb Date: Wed, 16 Oct 2002 14:51:26 +0000 Subject: [PATCH] no need to init $result twice git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3877 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/file_prefs.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/file_prefs.php b/functions/file_prefs.php index be52c4a3..41299493 100644 --- a/functions/file_prefs.php +++ b/functions/file_prefs.php @@ -78,7 +78,6 @@ function cachePrefValues($data_dir, $username) { function getPref($data_dir, $username, $string, $default = '') { global $prefs_cache; - $result = ''; $result = do_hook_function('get_pref_override',array($username,$string)); if (!$result) { cachePrefValues($data_dir, $username); -- 2.25.1