From acec55da41c1eed242d6b9aede1b800f880c5d5b Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Wed, 16 Aug 2006 03:31:06 +0000 Subject: [PATCH] add info for new caltasks sync source --- phpgwapi/inc/horde/config/registry.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/phpgwapi/inc/horde/config/registry.php b/phpgwapi/inc/horde/config/registry.php index 1341661c49..830b9c6127 100644 --- a/phpgwapi/inc/horde/config/registry.php +++ b/phpgwapi/inc/horde/config/registry.php @@ -141,3 +141,13 @@ $this->applications['egwsiftaskssync'] = array( 'menu_parent' => 'organizing' ); +$this->applications['egwcaltaskssync'] = array( + 'fileroot' => EGW_SERVER_ROOT.'/syncml/caltasks', + 'webroot' => $this->applications['horde']['webroot'] . '/mnemo', + 'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif', + 'name' => _("Calendar and Tasks"), + 'status' => 'active', + 'provides' => 'caltasks', + 'menu_parent' => 'organizing' +); +