mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
fixed SQL error reported on developer list: nothing known about column "recur_date"!
This commit is contained in:
parent
67418adcbc
commit
c593286260
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user