From: pdontthink Date: Mon, 2 Oct 2006 11:03:17 +0000 (+0000) Subject: minor correction X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ffdae6e7ca11112273750f5ad80882164375a7e4;p=squirrelmail.git minor correction git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11798 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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){