From ffdae6e7ca11112273750f5ad80882164375a7e4 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Mon, 2 Oct 2006 11:03:17 +0000 Subject: [PATCH] minor correction git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11798 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/load_prefs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/load_prefs.php b/include/load_prefs.php index 5b5124fa..70f88632 100644 --- a/include/load_prefs.php +++ b/include/load_prefs.php @@ -60,7 +60,7 @@ $color = ( !isset($color) ? array() : $color ); $chosen_theme = getPref($data_dir, $username, 'chosen_theme'); $found_theme = false; -// need to adjust $chosen_theme path with SM_PATH */ +// need to adjust $chosen_theme path with SM_PATH $chosen_theme = preg_replace("/(\.\.\/){1,}/", SM_PATH, $chosen_theme); for ($i = 0; $i < count($theme); ++$i){ -- 2.25.1