minor correction
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 2 Oct 2006 11:03:17 +0000 (11:03 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 2 Oct 2006 11:03:17 +0000 (11:03 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11798 7612ce4b-ef26-0410-bec9-ea0150e637f0

include/load_prefs.php

index 5b5124fa50fcc3b3f1c5a4103cb2dbd66d488e17..70f88632d6089c9b33442a64974562bf1ed20953 100644 (file)
@@ -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){