mirror of
https://github.com/moodle/moodle.git
synced 2025-03-21 16:10:15 +01:00
Merge branch 'MDL-70931-master-xmldbeol' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
b7d3e56d7e
@ -93,7 +93,7 @@ class create_xml_file extends XMLDBAction {
|
||||
$c.= ' </KEYS>' . "\n";
|
||||
$c.= ' </TABLE>' . "\n";
|
||||
$c.= ' </TABLES>' . "\n";
|
||||
$c.= ' </XMLDB>';
|
||||
$c.= ' </XMLDB>' . "\n";
|
||||
|
||||
if (!file_put_contents($file, $c)) {
|
||||
$errormsg = 'Error creando fichero ' . $file;
|
||||
|
@ -359,7 +359,7 @@ class xmldb_structure extends xmldb_object {
|
||||
}
|
||||
$o.= ' </TABLES>' . "\n";
|
||||
}
|
||||
$o.= '</XMLDB>';
|
||||
$o.= '</XMLDB>' . "\n";
|
||||
|
||||
return $o;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user