mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 03:41:53 +02: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)";
|
. " values('admin','run',".$account[1]["account_id"].",'u',1)";
|
||||||
$phpgw_setup->db->query($sql ,__LINE__,__FILE__);
|
$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_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;
|
$setup_complete = True;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user