Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11491
Modified Files:
day.php
Log Message:
Initial wiring of vtodo.
Index: day.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/day.php,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -d -r1.108 -r1.109
*** day.php 5 Feb 2004 23:45:54 -0000 1.108
--- day.php 6 Feb 2004 05:49:05 -0000 1.109
***************
*** 67,70 ****
--- 67,71 ----
$page->draw_day($this->page);
$page->tomorrows_events($this->page);
+ $page->get_vtodo($this->page);
$page->output();
|