set enddate to actual time if entry set to done

This commit is contained in:
Ralf Becker 2001-07-08 21:56:47 +00:00
parent aac982ef9e
commit b3759d3b62

View File

@ -84,6 +84,10 @@
$access = 'public';
}
if ($status == 'done') {
$enddate = time();
}
if (! is_array($error)) {
$phpgw->infolog->write(array(
'type' => $type,