From: moodler <moodler> Date: Sat, 1 Jan 2005 04:39:01 +0000 (+0000) Subject: Typo in popup params X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5fb86983dd7d2211465e75817bc593d7e5224421;p=moodle.git Typo in popup params --- diff --git a/message/lib.php b/message/lib.php index 68480fdd85..0e6338f517 100644 --- a/message/lib.php +++ b/message/lib.php @@ -556,7 +556,7 @@ function message_history_link ($userid1, $userid2=0, $returnstr=false) { $str = link_to_popup_window("/message/history.php?user1=$userid1&user2=$userid2", "message_history_$user->id", get_string('messagehistory', 'message'), 500, 500, '', - 'menubar=0,location=0,statusbar,scrollbars,resizable,width=500,height=500', true); + 'menubar=0,location=0,status,scrollbars,resizable,width=500,height=500', true); if ($returnstr) { return $str;