steffen: server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/config registry.php, 1.1, 1.2

cvs at intevation.de cvs at intevation.de
Tue Oct 12 02:20:31 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/config
In directory doto:/tmp/cvs-serv13283/kolab-resource-handlers/fbview/fbview/config

Modified Files:
	registry.php 
Log Message:
Fix for issue395 (addressbook removed from fbview)

Index: registry.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/config/registry.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- registry.php	30 Jun 2004 23:25:20 -0000	1.1
+++ registry.php	12 Oct 2004 00:20:29 -0000	1.2
@@ -78,11 +78,12 @@
     'provides' => 'calendar',
 );
 
-$this->applications['turba'] = array(
-    'fileroot' => dirname(__FILE__) . '/../turba',
-    'webroot' => $this->applications['horde']['webroot'] . '/turba',
-    'icon' => $this->applications['horde']['webroot'] . '/turba/graphics/turba.gif',
-    'name' => _("Address Book"),
-    'status' => 'active',
-    'provides' => array('contacts', 'clients'),
-);
+//// Addressbook removed for Proko2
+//$this->applications['turba'] = array(
+//    'fileroot' => dirname(__FILE__) . '/../turba',
+//    'webroot' => $this->applications['horde']['webroot'] . '/turba',
+//    'icon' => $this->applications['horde']['webroot'] . '/turba/graphics/turba.gif',
+//    'name' => _("Address Book"),
+//    'status' => 'active',
+//    'provides' => array('contacts', 'clients'),
+//);





More information about the commits mailing list