Author: ralfbecker
Date: Fri Jul 4 13:22:25 2008
New Revision: 25692
URL:
http://www.egroupware.org/viewvc?rev=3D25692&view=3DrevLog:
dont avoid empty fields, as some are required by vCard, eg. FN
Modified:
trunk/phpgwapi/inc/horde/Horde/iCalendar.php
Modified: trunk/phpgwapi/inc/horde/Horde/iCalendar.php
URL:
http://www.egroupware.org/viewvc/trunk/phpgwapi/inc/horde/Horde/iCalen=dar.php?rev=3D25692&r1=3D25691&r2=3D25692&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/phpgwapi/inc/horde/Horde/iCalendar.php (original)
+++ trunk/phpgwapi/inc/horde/Horde/iCalendar.php Fri Jul 4 13:22:25 2008
@@ -801,10 +801,7 @@
. $this->_quotedPrintableEncode($value)
. $this->_newline;
} else {
-# JVL: prevent : for empty values
-# $attr_string =3D "$name$params_str:$value";
- $attr_string =3D "$name$params_str";
- $attr_string .=3D (!empty($value)) ? ":$value" : ';';
+ $attr_string =3D "$name$params_str:$value";
=
$result .=3D $this->_foldLine($attr_string) . $this->_newl=
ine;
}
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at
http://www.sourceforge.net/community/cca08_______________________________________________
eGroupWare-cvs mailing list
eGroupWare-cvs@...
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs