Tweaks when searching

This commit is contained in:
moodler
2003-08-27 13:42:01 +00:00
parent d9387950cb
commit fb2ecb37b7
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
require_once("../config.php");
define("MAX_USERS_PER_PAGE", 30);
define("MAX_USERS_PER_PAGE", 50);
optional_variable($add, "");
optional_variable($remove, "");
@@ -123,7 +123,7 @@
echo "<p align=center>$strnopotentialadmins</p>";
} else if ($usercount > MAX_USERS_PER_PAGE) {
echo "<p align=center>$strtoomanytoshow</p>";
echo "<p align=center>$strtoomanytoshow ($usercount) </p>";
} else {