From b58013b8a3561d1d6a03e5bba72e8aece3a7e972 Mon Sep 17 00:00:00 2001 From: jmunro Date: Mon, 7 Oct 2002 06:16:18 +0000 Subject: [PATCH] sqsession_register fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3785 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/load_prefs.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/load_prefs.php b/include/load_prefs.php index c18cae31..7e097a3a 100644 --- a/include/load_prefs.php +++ b/include/load_prefs.php @@ -67,10 +67,9 @@ if (isset($chosen_theme) && $found_theme && (file_exists($chosen_theme))) { } } -sqsession_register($color, 'color'); if (!defined('download_php')) { - session_register('theme_css'); + sqsession_register($theme_css, 'theme_css'); } $use_javascript_addr_book = getPref($data_dir, $username, 'use_javascript_addr_book', $default_use_javascript_addr_book); -- 2.25.1