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

This commit is contained in:
nfreear 2007-02-16 15:46:51 +00:00
parent 88915b1d43
commit 05a399d793

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>";