|
From: <ja...@us...> - 2006-04-23 20:09:53
|
Update of /cvsroot/phpicalendar/phpicalendar/lib/bennu In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8771/lib/bennu Modified Files: iCalendar_components.php iCalendar_parameters.php iCalendar_properties.php Log Message: * Fixed "value" syntax problem * Fixed start offset problem * Some code tidying Index: iCalendar_components.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/lib/bennu/iCalendar_components.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** iCalendar_components.php 13 Apr 2006 21:14:17 -0000 1.2 --- iCalendar_components.php 23 Apr 2006 20:09:50 -0000 1.3 *************** *** 206,210 **** return $string; } - } --- 206,209 ---- *************** *** 228,232 **** parent::construct(); } - } --- 227,230 ---- *************** *** 307,311 **** return true; } - } --- 305,308 ---- *************** *** 389,393 **** parent::construct(); } - } --- 386,389 ---- Index: iCalendar_parameters.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/lib/bennu/iCalendar_parameters.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iCalendar_parameters.php 13 Apr 2006 05:10:24 -0000 1.1 --- iCalendar_parameters.php 23 Apr 2006 20:09:50 -0000 1.2 *************** *** 235,239 **** function undo_value_formatting($parameter, $value) { } - } --- 235,238 ---- Index: iCalendar_properties.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/lib/bennu/iCalendar_properties.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iCalendar_properties.php 13 Apr 2006 05:10:24 -0000 1.1 --- iCalendar_properties.php 23 Apr 2006 20:09:50 -0000 1.2 *************** *** 283,287 **** return($value === '2.0' || $value === 2.0); } - } --- 283,286 ---- *************** *** 431,435 **** return false; } - } --- 430,433 ---- *************** *** 467,471 **** return ($value >= 0 && $value <= 100); } - } --- 465,468 ---- *************** *** 534,538 **** } - } --- 531,534 ---- *************** *** 819,823 **** return false; } - } --- 815,818 ---- *************** *** 903,907 **** return true; } - } --- 898,901 ---- *************** *** 980,984 **** return true; } - } --- 974,977 ---- *************** *** 1022,1026 **** return true; } - } --- 1015,1018 ---- *************** *** 1278,1282 **** return false; } - } --- 1270,1273 ---- |