mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
disable integration for GroupDAV, SyncML, ...
This commit is contained in:
parent
2a4e0a3f3e
commit
cc848debf2
@ -556,6 +556,10 @@ class calendar_so
|
|||||||
*/
|
*/
|
||||||
private static function get_union_selects(array &$selects,$start,$end,$users,$cat_id,$filter,$query)
|
private static function get_union_selects(array &$selects,$start,$end,$users,$cat_id,$filter,$query)
|
||||||
{
|
{
|
||||||
|
if (in_array(basename($_SERVER['SCRIPT_FILENAME']),array('groupdav.php','rpc.php','xmlrpc.php')))
|
||||||
|
{
|
||||||
|
return; // disable integration for GroupDAV, SyncML, ...
|
||||||
|
}
|
||||||
self::$integration_data = $GLOBALS['egw']->hooks->process(array(
|
self::$integration_data = $GLOBALS['egw']->hooks->process(array(
|
||||||
'location' => 'calendar_search_union',
|
'location' => 'calendar_search_union',
|
||||||
'cols' => $selects[0]['cols'], // cols to return
|
'cols' => $selects[0]['cols'], // cols to return
|
||||||
|
Loading…
Reference in New Issue
Block a user