From: pdontthink Date: Tue, 6 Feb 2007 02:14:29 +0000 (+0000) Subject: Syntax error fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a67cf4877d741cffdf17affd2fae6359921b12ab;hp=8e455945c0e639a96930cb5ec7d6826ed532e97b;p=squirrelmail.git Syntax error fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12227 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/preview_pane/functions.php b/plugins/preview_pane/functions.php index fef1e0cf..de9ae313 100644 --- a/plugins/preview_pane/functions.php +++ b/plugins/preview_pane/functions.php @@ -105,7 +105,7 @@ function preview_pane_message_list_do() // add refresh function called from code built in function // preview_pane_change_message_target_do() // - if ($use_previewPane == 1 + if ($use_previewPane == 1) // Bah, let's put this in anyway (even when the "always refresh thing is off), // in case someone else wants to use it // && getPref($data_dir, $username, 'pp_refresh_message_list', 1) == 1)