fixed SQL error reported on developer list: nothing known about column "recur_date"!

This commit is contained in:
Ralf Becker 2012-03-20 07:18:44 +00:00
parent 67418adcbc
commit c593286260

View File

@ -302,7 +302,7 @@ class calendar_so
if (!is_array($ids)) $return_maximum = true;
$where = array('cal_id' => $ids);
if ($master_only) $where['recur_date'] = 0;
if ($master_only) $where['cal_recur_date'] = 0;
if ($return_maximum)
{