fixed promblem with infolog save of copyed infolog

This commit is contained in:
Stefan Becker 2009-12-13 13:58:01 +00:00
parent 3f13ed63a1
commit 086edcac9b

View File

@ -852,6 +852,7 @@ class infolog_ui
if (($button == 'copy'))
{
unset($content['info_id']);
unset ($info_id);
unset($content['info_datemodified']);
unset($contentt['info_modifier']);
$content['info_owner'] = !(int)$this->owner || !$this->bo->check_perms(EGW_ACL_ADD,0,$this->owner) ? $this->user : $this->owner;