mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
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:
parent
39c372fe04
commit
87eabec8f5
@ -30,9 +30,9 @@
|
|||||||
$phpgw->common->phpgw_header();
|
$phpgw->common->phpgw_header();
|
||||||
$phpgw->common->navbar();
|
$phpgw->common->navbar();
|
||||||
|
|
||||||
$phpgw->common->read_preferences($phpgw_info["user"]["userid"],"addressbook",True);
|
$phpgw->common->read_preferences("addressbook");
|
||||||
$phpgw->common->read_preferences($phpgw_info["user"]["userid"],"email",True);
|
$phpgw->common->read_preferences("email");
|
||||||
$phpgw->common->read_preferences($phpgw_info["user"]["userid"],"calendar",True);
|
$phpgw->common->read_preferences("calendar");
|
||||||
|
|
||||||
$phpgw->db->query("select app_version from applications where app_name='admin'");
|
$phpgw->db->query("select app_version from applications where app_name='admin'");
|
||||||
$phpgw->db->next_record();
|
$phpgw->db->next_record();
|
||||||
|
Loading…
Reference in New Issue
Block a user