Author: ralfbecker
Date: Thu Jul 9 10:17:02 2009
New Revision: 27397
URL:
http://www.egroupware.org/viewvc/egroupware?rev=27397&view=revLog:
setting mime-type text/vcard to get no quoted printable for utf-8 required for GroupDAV/CalDAV
Modified:
branches/SyncML-1.2/addressbook/inc/class.addressbook_groupdav.inc.php
Modified: branches/SyncML-1.2/addressbook/inc/class.addressbook_groupdav.inc.php
URL:
http://www.egroupware.org/viewvc/egroupware/branches/SyncML-1.2/addressbook/inc/class.addressbook_groupdav.inc.php?rev=27397&r1=27396&r2=27397&view=diff==============================================================================
--- branches/SyncML-1.2/addressbook/inc/class.addressbook_groupdav.inc.php (original)
+++ branches/SyncML-1.2/addressbook/inc/class.addressbook_groupdav.inc.php Thu Jul 9 10:17:02 2009
@@ -310,7 +310,7 @@
*/
private function _get_handler()
{
- $handler = new addressbook_vcal();
+ $handler = new addressbook_vcal('addressbook','text/vcard');
$handler->setSupportedFields('GroupDAV',$this->agent);
return $handler;
@@ -358,4 +358,4 @@
{
return $this->bo->check_perms($acl,$contact);
}
-}
+}
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at:
http://p.sf.net/sfu/Challenge_______________________________________________
eGroupWare-cvs mailing list
eGroupWare-cvs@...
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs