make boinfolog::write return the id

This commit is contained in:
Ralf Becker 2003-06-29 23:03:07 +00:00
parent 594ed5bd57
commit cb9f3526c9

View File

@ -190,7 +190,7 @@
$values['info_datemodified'] = time();
$values['info_modifier'] = $this->so->user;
$this->so->write($values);
return $this->so->write($values);
}
function anzSubs( $info_id )