X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fusers.php;h=09d60684e3e92dcf3fc4c194cfd583fc2e947374;hb=2b2cbcfe6a448536113966cbb11b79eda73db5ab;hp=b1d3c19cdfa372fb62b785db86c32ca0b6deb002;hpb=ac93b30fdf9beabafa02a577a0f7db62eb703672;p=fa-stable.git diff --git a/admin/users.php b/admin/users.php index b1d3c19c..09d60684 100644 --- a/admin/users.php +++ b/admin/users.php @@ -129,7 +129,7 @@ while ($myrow = db_fetch($result)) $last_visit_date = sql2date($myrow["last_visit_date"]); /*The security_headings array is defined in config.php */ - $not_me = strcasecmp($myrow["user_id"], $_SESSION["wa_current_user"]->username; + $not_me = strcasecmp($myrow["user_id"], $_SESSION["wa_current_user"]->username); label_cell($myrow["user_id"]); label_cell($myrow["real_name"]);