]> git.mjollnir.org Git - moodle.git/commitdiff
Take out the "working on it" string when restoring logs
authorstronk7 <stronk7>
Wed, 10 Mar 2004 08:35:48 +0000 (08:35 +0000)
committerstronk7 <stronk7>
Wed, 10 Mar 2004 08:35:48 +0000 (08:35 +0000)
backup/restore_execute.html

index e41324de6a00581d6307a029720d60a03b8b4317..c7887d9409bad476391b51856915f51b402ae410 100644 (file)
 
     //Now create log entries as needed
     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)) {
             notify("Could not restore logs!");
         }