Update of /cvsroot/phpicalendar/phpicalendar3/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19934/functions
Modified Files:
class.Vtimezone.php class.Standard.php
Log Message:
Added a ToDo in "Standard". Whitespace adjustment.
Index: class.Vtimezone.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar3/functions/class.Vtimezone.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** class.Vtimezone.php 9 Apr 2007 13:02:13 -0000 1.2
--- class.Vtimezone.php 4 May 2007 21:02:23 -0000 1.3
***************
*** 12,17 ****
* This class is for calendars.
*/
! class Vtimezone extends iCalObj{
!
/**
--- 12,16 ----
* This class is for calendars.
*/
! class Vtimezone extends iCalObj {
/**
Index: class.Standard.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar3/functions/class.Standard.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** class.Standard.php 2 May 2007 13:41:52 -0000 1.3
--- class.Standard.php 4 May 2007 21:02:23 -0000 1.4
***************
*** 13,16 ****
--- 13,19 ----
*
* [Optional long description of this class]
+ * @todo Consider renaming this class to something more descriptive.
+ * "Standard" could mean anything; it is not obvious when scanning the
+ * list of classes that "standard" is in the context of timezones.
*
*/
|