[geeklog-cvs] geeklog-1.3/public_html calendar.php,1.26,1.27

dhaun at geeklog.net dhaun at geeklog.net
Mon Jan 6 13:20:26 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory internal.geeklog.net:/tmp/cvs-serv21886

Modified Files:
	calendar.php 
Log Message:
Fixed wrong link to week view from the last week in month view.


Index: calendar.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/calendar.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** calendar.php	30 Oct 2002 20:10:21 -0000	1.26
--- calendar.php	6 Jan 2003 18:20:24 -0000	1.27
***************
*** 751,755 ****
          $cal_templates->parse('cal_days','day',true);
      }
!     list($wmonth, $wday, $wyear) = getPriorSunday($month, $curday->daynumber, $year);
      $cal_templates->set_var('wmonth', $wmonth);
      $cal_templates->set_var('wday', $wday);
--- 751,755 ----
          $cal_templates->parse('cal_days','day',true);
      }
!     list($wmonth, $wday, $wyear) = getPriorSunday($month, $wday, $year);
      $cal_templates->set_var('wmonth', $wmonth);
      $cal_templates->set_var('wday', $wday);





More information about the geeklog-cvs mailing list