Little tweaks to messages

This commit is contained in:
moodler
2003-08-27 13:40:26 +00:00
parent de9cbba690
commit d9387950cb
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);
require_variable($id); // course id
optional_variable($add, "");
@@ -115,7 +115,7 @@
echo "<p align=center>$strnopotentialstudents</p>";
} else if ($usercount > MAX_USERS_PER_PAGE) {
echo "<p align=center>$strtoomanytoshow</p>";
echo "<p align=center>$strtoomanytoshow ($usercount) </p>";
} else {
+2 -2
View File
@@ -3,7 +3,7 @@
require_once("../config.php");
define("MAX_USERS_PER_PAGE", 40);
define("MAX_USERS_PER_PAGE", 50);
require_variable($id); // course id
optional_variable($add, "");
@@ -182,7 +182,7 @@
echo "<p align=center>$strnopotentialteachers</p>";
} else if ($usercount > MAX_USERS_PER_PAGE) {
echo "<p align=center>$strtoomanytoshow</p>";
echo "<p align=center>$strtoomanytoshow ($usercount) </p>";
} else {