mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
fix SQL error caused by no space before order by
This commit is contained in:
parent
72f9c66f14
commit
b70e8c4005
@ -1721,7 +1721,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