Take out the "working on it" string when restoring logs

This commit is contained in:
stronk7 2004-03-10 08:35:48 +00:00
parent d928d9085d
commit 57946b6d47

View file

@ -253,7 +253,7 @@
//Now create log entries as needed //Now create log entries as needed
if ($status and ($restore->logs)) { if ($status and ($restore->logs)) {
echo "<li>".get_string("creatinglogentries")."<b> (working on it!!)</b>"; echo "<li>".get_string("creatinglogentries");
if (!$status = restore_create_logs($restore,$xml_file)) { if (!$status = restore_create_logs($restore,$xml_file)) {
notify("Could not restore logs!"); notify("Could not restore logs!");
} }