From 0637628c84092b329ae599bbe5e253efc977f367 Mon Sep 17 00:00:00 2001 From: jengo Date: Sun, 27 Aug 2000 01:52:30 +0000 Subject: [PATCH] read_group_names() is working again --- admin/editaccount.php | 6 ++++-- admin/newaccount.php | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) 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") . " "; +*/ ?>