From 33e1b8f4f49de2e4bd7ad5ca45ab8424cd4fa1ff Mon Sep 17 00:00:00 2001 From: Fredrik Jervfors Date: Tue, 24 Aug 2004 07:53:55 +0000 Subject: [PATCH] Indentation fixes --- functions/file_prefs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/file_prefs.php b/functions/file_prefs.php index c19420a40..418f05acf 100644 --- a/functions/file_prefs.php +++ b/functions/file_prefs.php @@ -23,7 +23,7 @@ function cachePrefValues($data_dir, $username) { sqgetGlobalVar('prefs_are_cached', $prefs_are_cached, SQ_SESSION ); if ( isset($prefs_are_cached) && $prefs_are_cached) { - sqgetGlobalVar('prefs_cache', $prefs_cache, SQ_SESSION ); + sqgetGlobalVar('prefs_cache', $prefs_cache, SQ_SESSION ); return; } @@ -95,7 +95,7 @@ function getPref($data_dir, $username, $string, $default = '') { if (!$result) { cachePrefValues($data_dir, $username); if (isset($prefs_cache[$string])) { - $result = $prefs_cache[$string]; + $result = $prefs_cache[$string]; } else { $result = do_hook_function('get_pref', array($username,$string)); if (!$result) {