X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fusers.php;h=52058b298df7d36a3d12bc6f7d5e995b2847d5db;hb=0bf933423b9645bcb57390c478d4fdaf0c895049;hp=b1d3c19cdfa372fb62b785db86c32ca0b6deb002;hpb=ac93b30fdf9beabafa02a577a0f7db62eb703672;p=fa-stable.git diff --git a/admin/users.php b/admin/users.php index b1d3c19c..52058b29 100644 --- a/admin/users.php +++ b/admin/users.php @@ -13,7 +13,7 @@ $page_security = 'SA_USERS'; $path_to_root = ".."; include_once($path_to_root . "/includes/session.inc"); -page(_("Users")); +page(_($help_context = "Users")); include_once($path_to_root . "/includes/date_functions.inc"); include_once($path_to_root . "/includes/ui.inc"); @@ -83,7 +83,7 @@ if ($Mode=='ADD_ITEM' || $Mode=='UPDATE_ITEM') user_date_format(), user_date_sep(), user_tho_sep(), user_dec_sep(), user_theme(), user_pagesize(), user_hints(), $_POST['profile'], check_value('rep_popup'), user_query_size(), - user_graphic_links(), $_POST['language']); + user_graphic_links(), $_POST['language'], sticky_doc_date(), user_startup_tab()); display_notification_centered(_("A new user has been added.")); } @@ -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"]);