mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +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';
|
$access = 'public';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($status == 'done') {
|
||||||
|
$enddate = time();
|
||||||
|
}
|
||||||
|
|
||||||
if (! is_array($error)) {
|
if (! is_array($error)) {
|
||||||
$phpgw->infolog->write(array(
|
$phpgw->infolog->write(array(
|
||||||
'type' => $type,
|
'type' => $type,
|
||||||
|
Loading…
Reference in New Issue
Block a user