summaryrefslogtreecommitdiffstats
path: root/frontends/php/users.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/users.php')
-rw-r--r--frontends/php/users.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/users.php b/frontends/php/users.php
index 0c00d1ee..6274e5d5 100644
--- a/frontends/php/users.php
+++ b/frontends/php/users.php
@@ -225,9 +225,9 @@
" where userid=".$db_user["userid"]." and lastaccess-600<".time());
$db_ses_cnt=DBfetch($db_sessions);
if($db_ses_cnt["count"]>0)
- $online=new CCol(S_YES,"on");
+ $online=new CCol(S_YES,"enabled");
else
- $online=new CCol(S_NO,"off");
+ $online=new CCol(S_NO,"disabled");
if(check_right("User","U",$db_user["userid"]))
{