"fix for bug #354: Task with status \"offer\" not possible"

This commit is contained in:
Ralf Becker 2007-04-26 07:56:38 +00:00
parent 20b4f9b77d
commit 5c37c5551f

View File

@ -559,7 +559,7 @@ class boinfolog
{
$values['info_status'] = 'done';
}
if (count($values['info_responsible']) && $values['info_status'] == 'offer')
if ($values['info_responsible'] && $values['info_status'] == 'offer')
{
$values['info_status'] = 'not-started'; // have to match if not finished
}