mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Add $tid to add routine
This commit is contained in:
parent
b338cf4cf4
commit
73259969c4
@ -170,10 +170,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
function addressbook_add_entry($userid,$fields,$access='',$cat_id='') {
|
||||
function addressbook_add_entry($userid,$fields,$access='',$cat_id='',$tid='n') {
|
||||
global $this,$rights;
|
||||
if ($rights & PHPGW_ACL_ADD) {
|
||||
$this->add($userid,$fields,$access,$cat_id);
|
||||
$this->add($userid,$fields,$access,$cat_id,$tid);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user