mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-25352 fix tiny typo
This commit is contained in:
parent
5869d05bb7
commit
008011875c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ if ($DB->get_dbfamily() !== 'mysql' and $DB->get_dbfamily() !== 'postgres') {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!data_submitted() or !$search or !$replace or !confirm_sesskey() or !$sure) { /// Print a form
|
if (!data_submitted() or !$search or !$replace or !confirm_sesskey() or !$sure) { /// Print a form
|
||||||
echo $OUTPUT->notification('This script is not supported, always make complete backup before proceeding!<br />This operations can not be rewerted!');
|
echo $OUTPUT->notification('This script is not supported, always make complete backup before proceeding!<br />This operation can not be reverted!');
|
||||||
|
|
||||||
echo $OUTPUT->box_start();
|
echo $OUTPUT->box_start();
|
||||||
echo '<div class="mdl-align">';
|
echo '<div class="mdl-align">';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue