MDL-19800 Upgraded calls to link_to_popup_window()

This commit is contained in:
nicolasconnault
2009-08-20 13:15:17 +00:00
parent 4644e09c4a
commit 424e6bffe9
+1 -1
View File
@@ -22,7 +22,7 @@ if ($show_instructions) {
<?php
if (!empty($errormsg)) {
echo '<div class="loginerrors">';
formerr($errormsg);
echo $OUTPUT->error_text($errormsg);
echo '</div>';
}
?>