summaryrefslogtreecommitdiff
path: root/src/views/pages/users/individual.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/pages/users/individual.html.php')
-rw-r--r--src/views/pages/users/individual.html.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/views/pages/users/individual.html.php b/src/views/pages/users/individual.html.php
index 39360b7..1ca346e 100644
--- a/src/views/pages/users/individual.html.php
+++ b/src/views/pages/users/individual.html.php
@@ -1,7 +1,7 @@
<?php global $VARS, $CONTACT_METHODS;
$t = $VARS['template'];
$users = $VARS['users'];
-$username = $VARS['username'];
+$usernames = $VARS['usernames'];
function inputText($user, $key, $label, $hint='') {
global $VARS; $t = $VARS['template'];
@@ -58,9 +58,9 @@ function inputField($user, $arr) {
////////////////////////////////////////////////////////////////////////////////
if (count($users)>1) {
- $t->header("Users: $username");
+ $t->header("Users: $usernames");
} else {
- $t->header("User: $username");
+ $t->header("User: $usernames");
}
foreach($users as $user) {