From: <ji...@us...> - 2006-02-15 15:57:09
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21299/phpicalendar/rss Modified Files: rss.php Log Message: fix date calculation problems (I hope) Index: rss.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** rss.php 15 Feb 2006 15:41:24 -0000 1.37 --- rss.php 15 Feb 2006 15:56:56 -0000 1.38 *************** *** 148,152 **** # note that usage of $thisdate is different from distribution # I use it as a date, dist uses it as a time ! $i = 0; #day counter $uid_arr = array(); do { --- 148,152 ---- # note that usage of $thisdate is different from distribution # I use it as a date, dist uses it as a time ! $i = 1; #day counter $uid_arr = array(); do { |