From d497a2a2fb76ec2d80e3cae55fd52ee171ec06a2 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 7 Oct 2003 14:02:32 +0000 Subject: [PATCH] Don't throw an error if users aren't found - just print a notice. --- backup/restore_execute.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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!"); } } } -- 2.39.5