]> git.mjollnir.org Git - moodle.git/commitdiff
Typo in popup params
authormoodler <moodler>
Sat, 1 Jan 2005 04:39:01 +0000 (04:39 +0000)
committermoodler <moodler>
Sat, 1 Jan 2005 04:39:01 +0000 (04:39 +0000)
message/lib.php

index 68480fdd854a532f20181a7c25e89a69885c2005..0e6338f5175ac1f09adb05cc55793d9f0fae3462 100644 (file)
@@ -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;