git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12248
7612ce4b-ef26-0410-bec9-
ea0150e637f0
// 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"