mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
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 .= '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
|
||||
FROM egw_addressbook
|
||||
|
Loading…
Reference in New Issue
Block a user