Fix participants() deleted attendee issue, again

This commit is contained in:
Jörg Lehrke 2009-10-07 04:23:42 +00:00
parent 3c80e5aa26
commit 6312a087e3

View File

@ -964,8 +964,9 @@ ORDER BY cal_user_type, cal_usre_id
'cal_user_id' => $ids,
));
}
$where[] = '('.implode(' OR ',$to_or).')';
$where[1] = '('.implode(' OR ',$to_or).')';
$this->db->delete($this->user_table,$where,__LINE__,__FILE__,'calendar');
unset($where[1]);
}
}