Merged from MOODLE_15_STABLE.

This commit is contained in:
ikawhero 2005-06-06 03:36:44 +00:00
parent 5fadde8389
commit 40cbc26643

View File

@ -109,6 +109,7 @@
print_simple_box_start('center');
echo '<form method="post" action="config.php" name="form">';
echo '<center><input type="submit" value="'.get_string('savechanges').'" /></center>';
/// Cycle through each section of the configuration
foreach ($configvars as $sectionname=>$section) {