Don't throw an error if users aren't found - just print a notice.

This commit is contained in:
moodler
2003-10-07 14:02:32 +00:00
parent e23defdb12
commit d497a2a2fb
+1 -2
View File
@@ -176,8 +176,7 @@
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!");
}
}
}