From: moodler Date: Tue, 7 Oct 2003 14:02:32 +0000 (+0000) Subject: Don't throw an error if users aren't found - just print a notice. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d497a2a2fb76ec2d80e3cae55fd52ee171ec06a2;p=moodle.git Don't throw an error if users aren't found - just print a notice. --- diff --git a/backup/restore_execute.html b/backup/restore_execute.html index d6ab7dee2c..f1ba6ebeeb 100644 --- a/backup/restore_execute.html +++ b/backup/restore_execute.html @@ -176,8 +176,7 @@ echo "
  • ".get_string("teachers").": ".$teacher_count; echo ""; } else { - notify("Something is wrong - no users were found!"); - $status = false; + notify("No users were found!"); } } }