From: Jim Hu <ji...@ta...> - 2004-08-22 07:07:58
|
I think it's easy - try removing the $this->page from day, week, month, year, and print e.g. change: $page->draw_week($this->page); $page->tomorrows_events($this->page); $page->get_vtodo($this->page); $page->draw_subscribe($this->page); to: $page->draw_week(); $page->tomorrows_events(); $page->get_vtodo(); $page->draw_subscribe(); This seems to work on my mac with php5 from the entropy installation, and also doesn't break 2.0a2 running on php4 on my OSX server. I'll also post this to the bbs...probably should be checked on other installs before being added to the release or the CVS? Jim |