* * -------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * * under the terms of the GNU General Public License as published by the * * Free Software Foundation; either version 2 of the License, or (at your * * option) any later version. * \**************************************************************************/ /* $Id$ */ if (! $account_id) { $phpgw_info["flags"] = array("nonavbar" => True, "noheader" => True); } $phpgw_info["flags"]["currentapp"] = "admin"; include("../header.inc.php"); if (! $account_id) { Header("Location: " . $phpgw->link("accounts.php")); } $phpgw->db->query("select account_lid from accounts where account_id='$account_id'"); $phpgw->db->next_record(); $db_perms = $phpgw->accounts->read_apps($phpgw->db->f("account_lid")); $phpgw->db->query("select * from accounts where account_id='$account_id'"); $phpgw->db->next_record(); $account_lastlogin = $phpgw->db->f("account_lastlogin"); $account_lastloginfrom = $phpgw->db->f("account_lastloginfrom"); ?>
db->f("account_lid"); ?> | |
db->f("account_firstname"); ?> | |
db->f("account_lastname"); ?> | |
" . implode(", ", $perm_display) . " | |
" . lang("account active") . " | "; if ($phpgw->db->f("account_status") == "A") echo lang("yes"); else echo "" . lang("no") . ""; ?> |
Groups: | accounts->read_group_names($phpgw->db->f("account_lid"));
for ($i=0;$i |
Last login | common->show_date($account_lastlogin); ?> |
Last login from |