* * -------------------------------------------- * * 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$ */ $phpgw_info["flags"]["currentapp"] = "admin"; include("../header.inc.php"); if (! $con) Header("Location: " . $phpgw->link("accounts.php")); $phpgw->db->query("select loginid from accounts where con='$con'"); $phpgw->db->next_record(); $db_perms = $phpgw->accounts->read_apps($phpgw->db->f("loginid")); $phpgw->db->query("select * from accounts where con='$con'"); $phpgw->db->next_record(); ?>
db->f("loginid"); ?> | |
db->f("firstname"); ?> | |
db->f("lastname"); ?> | |
" . implode(", ", $perm_display) . " | |
" . lang("account active") . " | "; if ($phpgw->db->f("status") == "A") echo lang("yes"); else echo "" . lang("no") . ""; ?> |
Groups: | accounts->read_group_names($phpgw->db->f("loginid"));
for ($i=0;$i |
Last login | db->f("lastlogin")) echo "Never"; else echo $phpgw->common->show_date($phpgw->db->f("lastlogin")); ?> |
Last login from | db->f("lastloginfrom"); ?> |