Fixes bug MDL-8059 "... won't restore - error A required parameter (id) was missing", reapplied martinl's 16/1 Strict fix (merged from HEAD).

This commit is contained in:
nfreear
2007-02-16 15:55:59 +00:00
parent fb6c31f207
commit 6a800f3825
+2 -2
View File
@@ -5525,7 +5525,7 @@
if ($status){
require_once("$CFG->dirroot/backup/bb/restore_bb.php");
if (!defined('RESTORE_SILENTLY')) {
echo "<li>".get_string("checkingforbbexport");
echo "<li>".get_string("checkingforbbexport").'</li>';
}
$status = blackboard_convert($CFG->dataroot."/temp/backup/".$backup_unique_code);
}
@@ -5566,7 +5566,7 @@
if (!defined('RESTORE_SILENTLY')) {
//End the main ul
echo "</li></ul>";
echo "</ul>\n";
//End the main table
echo "</td></tr>";