mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 16:38:39 +01:00
* Calendar: order search for events to link with by startdate descending
This commit is contained in:
parent
a415cbf259
commit
cda03331e2
@ -1792,6 +1792,7 @@ class calendar_bo
|
||||
$query = array(
|
||||
'query' => $pattern,
|
||||
'offset' => $options['start'],
|
||||
'order' => 'cal_start DESC',
|
||||
);
|
||||
if($options['num_rows']) {
|
||||
$query['num_rows'] = $options['num_rows'];
|
||||
|
Loading…
Reference in New Issue
Block a user