diff --git a/admin/editaccount.php b/admin/editaccount.php index 73cf6075d6..cd792a59da 100755 --- a/admin/editaccount.php +++ b/admin/editaccount.php @@ -112,12 +112,12 @@ $phpgw->common->header(); $phpgw->common->navbar(); - - $account_status = $phpgw->db->f("status"); + $db_perms = $phpgw->accounts->read_apps($phpgw->db->f("loginid")); $phpgw->db->query("select * from accounts where con='$con'"); $phpgw->db->next_record(); + $account_status = $phpgw->db->f("status"); ?>
@@ -197,6 +197,7 @@ $i++; } +/* echo "" . lang_admin("Anonymous user") . ""; +*/ ?> diff --git a/admin/newaccount.php b/admin/newaccount.php index bc6312c34f..ce21eda4fe 100755 --- a/admin/newaccount.php +++ b/admin/newaccount.php @@ -169,12 +169,14 @@ $i++; } +/* // Just until we can get thing the $phpgw_info["apps"] then figured out echo "" . lang_admin("Anonymous user") . " "; echo "" . lang_admin("Manager") . " "; +*/ ?>