mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
make boinfolog::write return the id
This commit is contained in:
parent
594ed5bd57
commit
cb9f3526c9
@ -190,7 +190,7 @@
|
|||||||
$values['info_datemodified'] = time();
|
$values['info_datemodified'] = time();
|
||||||
$values['info_modifier'] = $this->so->user;
|
$values['info_modifier'] = $this->so->user;
|
||||||
|
|
||||||
$this->so->write($values);
|
return $this->so->write($values);
|
||||||
}
|
}
|
||||||
|
|
||||||
function anzSubs( $info_id )
|
function anzSubs( $info_id )
|
||||||
|
Loading…
Reference in New Issue
Block a user