Skip to content

Commit

Permalink
MDL-19809 Migrated calls to close_window_button()
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Aug 6, 2009
1 parent e087ee7 commit 9c66862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod/glossary/report.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
echo "<br />";
}

close_window_button();
echo $OUTPUT->close_window_button();
print_footer('none');
?>
2 changes: 1 addition & 1 deletion mod/glossary/showentry.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
glossary_print_dynaentry($courseid, $entries, $displayformat);
}

close_window_button();
echo $OUTPUT->close_window_button();

/// Show one reduced footer
print_footer('none');
Expand Down

0 comments on commit 9c66862

Please sign in to comment.