mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Removed the app info from the account records
This commit is contained in:
parent
879596beb3
commit
ccd243ae41
@ -97,9 +97,9 @@
|
||||
. " values('admin','run',".$account[1]["account_id"].",'u',1)";
|
||||
$phpgw_setup->db->query($sql ,__LINE__,__FILE__);
|
||||
|
||||
$phpgw_setup->db->query("insert into accounts (account_id,account_lid,account_pwd,account_permissions,"
|
||||
$phpgw_setup->db->query("insert into accounts (account_id,account_lid,account_pwd,"
|
||||
. "account_groups,account_status,account_lastpwd_change) values ('" . $account[1]["account_id"] . "','"
|
||||
. $account[1]["account_lid"] . "','x','$np',',1:0,','A','".time()."')",__LINE__,__FILE__);
|
||||
. $account[1]["account_lid"] . "','x',',1:0,','A','".time()."')",__LINE__,__FILE__);
|
||||
}
|
||||
$setup_complete = True;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user