I fixed email so that it can now have user setable account information. I also cleaned up places that look into the accounts table, and have started the migration to the newer accounts class

This commit is contained in:
seek3r 2000-11-04 10:44:21 +00:00
parent 39c372fe04
commit 87eabec8f5

View File

@ -30,9 +30,9 @@
$phpgw->common->phpgw_header();
$phpgw->common->navbar();
$phpgw->common->read_preferences($phpgw_info["user"]["userid"],"addressbook",True);
$phpgw->common->read_preferences($phpgw_info["user"]["userid"],"email",True);
$phpgw->common->read_preferences($phpgw_info["user"]["userid"],"calendar",True);
$phpgw->common->read_preferences("addressbook");
$phpgw->common->read_preferences("email");
$phpgw->common->read_preferences("calendar");
$phpgw->db->query("select app_version from applications where app_name='admin'");
$phpgw->db->next_record();