From 4f62c6aa9af87302b7af50760aa11d7b4de53b94 Mon Sep 17 00:00:00 2001 From: stekkel Date: Thu, 2 May 2002 15:46:16 +0000 Subject: [PATCH] fix in getPref thnx to Edwin Pranoto git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2796 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/right_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/right_main.php b/src/right_main.php index 2d5d2bdb..865e27f5 100644 --- a/src/right_main.php +++ b/src/right_main.php @@ -108,7 +108,7 @@ if( isset($do_hook) && $do_hook ) { sqimap_mailbox_select($imapConnection, $mailbox); if (isset($composenew)) { - $width= getPref($username, $data_dir, 'editor_size', 76); + $width= getPref($data_dir, $username, 'editor_size', 76); if ($width < 65) { $pix_width = 560; } else { -- 2.25.1