]> git.mjollnir.org Git - moodle.git/commitdiff
Don't throw an error if users aren't found - just print a notice.
authormoodler <moodler>
Tue, 7 Oct 2003 14:02:32 +0000 (14:02 +0000)
committermoodler <moodler>
Tue, 7 Oct 2003 14:02:32 +0000 (14:02 +0000)
backup/restore_execute.html

index d6ab7dee2cff588d11b0539b8a23bb75829f31da..f1ba6ebeeb83ef6200520290de64b054926bff3c 100644 (file)
                 echo "<li>".get_string("teachers").": ".$teacher_count;
                 echo "</ul>";
             } else {
-                notify("Something is wrong - no users were found!");
-                $status = false;
+                notify("No users were found!");
             }
         }
     }