X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fpreview_pane%2Ffunctions.php;h=8bb06b7db4384196fff8f72802db1b2bbdc1998c;hp=de9ae3135b72944eb9e1f729ab2e6cc9e7aa736d;hb=cb1bb46658ad0561955b29127d879fc6c73d702a;hpb=a67cf4877d741cffdf17affd2fae6359921b12ab diff --git a/plugins/preview_pane/functions.php b/plugins/preview_pane/functions.php index de9ae313..8bb06b7d 100644 --- a/plugins/preview_pane/functions.php +++ b/plugins/preview_pane/functions.php @@ -148,8 +148,8 @@ function preview_pane_message_list_do() // if someone else asks for it, force the message list to reload // else if ($pp_refresh_top) - echo " if (typeof(parent.right.pp_refresh) != 'undefined')\n" - . " parent.right.pp_refresh()\n\n"; + $output.= " if (typeof(parent.right.pp_refresh) != 'undefined')\n" + . " parent.right.pp_refresh()\n\n"; $output .= " document.location = '" . $base_uri . "plugins/preview_pane/empty_frame.php'\n"