Syntax error fix
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 6 Feb 2007 02:14:29 +0000 (02:14 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 6 Feb 2007 02:14:29 +0000 (02:14 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12227 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/preview_pane/functions.php

index fef1e0cf260d1f46ee874f92095f20c85653899e..de9ae3135b72944eb9e1f729ab2e6cc9e7aa736d 100644 (file)
@@ -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)