mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
* Calendar: order search for events to link with by startdate descending
This commit is contained in:
parent
a415cbf259
commit
cda03331e2
@ -1791,7 +1791,8 @@ class calendar_bo
|
||||
$result = array();
|
||||
$query = array(
|
||||
'query' => $pattern,
|
||||
'offset' => $options['start'],
|
||||
'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