mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-25 23:38:58 +01:00
Order link search results by name
This commit is contained in:
parent
5f9bd5fd98
commit
56ccefd994
@ -390,7 +390,7 @@ class bo_resources
|
|||||||
if($options['start'] || $options['num_rows']) {
|
if($options['start'] || $options['num_rows']) {
|
||||||
$limit = array($options['start'], $options['num_rows']);
|
$limit = array($options['start'], $options['num_rows']);
|
||||||
}
|
}
|
||||||
$data = $this->so->search($criteria,$only_keys,$order_by='',$extra_cols='',$wildcard='%',$empty,$op='OR',$limit,$filter);
|
$data = $this->so->search($criteria,$only_keys,$order_by='name',$extra_cols='',$wildcard='%',$empty,$op='OR',$limit,$filter);
|
||||||
// maybe we need to check disponibility of the searched resources in the calendar if $pattern ['exec'] contains some extra args
|
// maybe we need to check disponibility of the searched resources in the calendar if $pattern ['exec'] contains some extra args
|
||||||
$show_conflict=False;
|
$show_conflict=False;
|
||||||
if (is_array($pattern) && isset($pattern['exec']) )
|
if (is_array($pattern) && isset($pattern['exec']) )
|
||||||
|
Loading…
Reference in New Issue
Block a user