From: stevetruckstuff Date: Mon, 9 Oct 2006 16:21:49 +0000 (+0000) Subject: Removing check that is no longer needed. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=3fa8537239e20cc99db2982558ba926c70e0e9d6 Removing check that is no longer needed. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11880 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/include/load_prefs.php b/include/load_prefs.php index 3d0997a3..8df7e9d4 100644 --- a/include/load_prefs.php +++ b/include/load_prefs.php @@ -76,8 +76,6 @@ while (!$found_theme && (list($path, $name) = each($template_themes))) { if ('t_'.$path == $chosen_theme_path) $found_theme = true; } -if (substr($chosen_theme, 0, 2) == 't_') - $found_theme = true; if (!$found_theme || $chosen_theme == 'none') { $chosen_theme_path = NULL;