From 2ea6df85247d7e47498b77bd8223bf47a4dc8d29 Mon Sep 17 00:00:00 2001 From: kink Date: Fri, 9 Aug 2002 13:13:37 +0000 Subject: [PATCH] Overlooked that default theme was also hardcoded in db_prefs, not anymore. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3283 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/db_prefs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/db_prefs.php b/functions/db_prefs.php index e753e186..2742d90c 100644 --- a/functions/db_prefs.php +++ b/functions/db_prefs.php @@ -77,7 +77,7 @@ class dbPrefs { var $error = NULL; var $db_type = SMDB_UNKNOWN; - var $default = Array('chosen_theme' => '../themes/default_theme.php', + var $default = Array('theme_default' => 0, 'show_html_default' => '0'); function open() { -- 2.25.1