mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
set enddate to actual time if entry set to done
This commit is contained in:
parent
aac982ef9e
commit
b3759d3b62
@ -84,6 +84,10 @@
|
||||
$access = 'public';
|
||||
}
|
||||
|
||||
if ($status == 'done') {
|
||||
$enddate = time();
|
||||
}
|
||||
|
||||
if (! is_array($error)) {
|
||||
$phpgw->infolog->write(array(
|
||||
'type' => $type,
|
||||
|
Loading…
Reference in New Issue
Block a user