fix in getPref thnx to Edwin Pranoto
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 2 May 2002 15:46:16 +0000 (15:46 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 2 May 2002 15:46:16 +0000 (15:46 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2796 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/right_main.php

index 2d5d2bdb96a4adf57d75a0fb5f128cda909f6b72..865e27f5895f2c87d09f7638dbfcedfedda995b5 100644 (file)
@@ -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 {