forked from extern/egroupware
fixed typo from lars
This commit is contained in:
parent
2a8019bc12
commit
818149f6bc
@ -563,7 +563,7 @@
|
|||||||
}
|
}
|
||||||
$id = $this->so->add_entry($fields);
|
$id = $this->so->add_entry($fields);
|
||||||
|
|
||||||
if(id)
|
if($id)
|
||||||
{
|
{
|
||||||
$GLOBALS['phpgw']->contenthistory->updateTimeStamp('contacts', $id, 'add', time());
|
$GLOBALS['phpgw']->contenthistory->updateTimeStamp('contacts', $id, 'add', time());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user