forked from extern/egroupware
fix SQL error caused by no space before order by
This commit is contained in:
parent
9bd4ccde4c
commit
387f00d1a7
@ -1725,7 +1725,7 @@ class Contacts extends Contacts\Storage
|
|||||||
{
|
{
|
||||||
$sql .= " AND egw_cal_user.cal_status != 'R'";
|
$sql .= " AND egw_cal_user.cal_status != 'R'";
|
||||||
}
|
}
|
||||||
$sql .= 'order by cal_recur_date ASC, cal_start ASC Limit 1
|
$sql .= ' order by cal_recur_date ASC, cal_start ASC Limit 1
|
||||||
|
|
||||||
) as next_event
|
) as next_event
|
||||||
FROM egw_addressbook
|
FROM egw_addressbook
|
||||||
|
Loading…
Reference in New Issue
Block a user