gunnar: server/patches/horde-webmail/1.1.1 horde-webmail-1.1.1_kolab_openpkg.patch, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Mon Aug 11 14:35:21 CEST 2008


Author: gunnar

Update of /kolabrepository/server/patches/horde-webmail/1.1.1
In directory doto:/tmp/cvs-serv10444

Added Files:
	horde-webmail-1.1.1_kolab_openpkg.patch 
Log Message:
Add a first version of the kolab openpkg patch.

--- NEW FILE: horde-webmail-1.1.1_kolab_openpkg.patch ---
diff -r edb3eb2593d6 config/conf.php
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config/conf.php	Mon Aug 11 14:33:48 2008 +0200
@@ -0,0 +1,113 @@
+<?php
+/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
+// $Horde: horde/config/conf.xml,v 1.230 2008/05/26 11:51:43 jan Exp $
+$conf['vhosts'] = false;
+$conf['debug_level'] = E_ALL;
+$conf['max_exec_time'] = 0;
+$conf['compress_pages'] = true;
+$conf['umask'] = 077;
+$conf['use_ssl'] = 2;
+$conf['server']['name'] = $_SERVER['SERVER_NAME'];
+$conf['server']['port'] = $_SERVER['SERVER_PORT'];
+$conf['urls']['pretty'] = false;
+$conf['safe_ips'] = array();
+$conf['session']['name'] = 'Horde';
+$conf['session']['use_only_cookies'] = false;
[...3393 lines suppressed...]
         $attr = $vcard->getAllAttributes();
         foreach ($attr as $item) {
-            if (empty($item['value'])) {
-                continue;
-            }
 
             switch ($item['name']) {
             case 'FN':
diff -r edb3eb2593d6 turba/lib/Driver/share.php
--- a/turba/lib/Driver/share.php	Mon Aug 11 14:33:35 2008 +0200
+++ b/turba/lib/Driver/share.php	Mon Aug 11 14:33:48 2008 +0200
@@ -145,7 +145,7 @@
     function _deleteAll($sourceName = null)
     {
         if (is_null($sourceName)) {
-            $sourceName = $this->getContactOwner();
+            $sourceName = $this->getName();
         }
         return $this->_driver->_deleteAll($sourceName);
     }





More information about the commits mailing list