Don't throw an error if users aren't found - just print a notice.
This commit is contained in:
@@ -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!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user