mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix calendar resource search
This commit is contained in:
parent
1385df2901
commit
e4aa767911
@ -133,6 +133,7 @@ class calendar_owner_etemplate_widget extends Etemplate\Widget\Taglist
|
|||||||
return $label;
|
return $label;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$bo = new calendar_bo();
|
||||||
$query = $_REQUEST['query'];
|
$query = $_REQUEST['query'];
|
||||||
// Arbitrarily limited to 50 / resource
|
// Arbitrarily limited to 50 / resource
|
||||||
$options = array('start' => 0, 'num_rows' => 50) +
|
$options = array('start' => 0, 'num_rows' => 50) +
|
||||||
|
Loading…
Reference in New Issue
Block a user