[geeklog-cvs] geeklog-1.3/public_html calendar.php,1.50,1.51

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Mon Oct 25 14:34:46 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html
In directory www:/tmp/cvs-serv8162

Modified Files:
	calendar.php 
Log Message:
Added missing slash in calendar URL (bug #307)


Index: calendar.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/calendar.php,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** calendar.php	26 Sep 2004 09:09:51 -0000	1.50
--- calendar.php	25 Oct 2004 18:34:40 -0000	1.51
***************
*** 813,817 ****
  
              $cal_templates->set_var ('cal_day_anchortags', '<a href="'
!                 . $_CONF['site_url'] . 'calendar.php?view=day&'
                  . addMode ($mode) . 'day=' . $curday->daynumber. '&month='
                  . $month . '&year=' . $year . '" class="cal-date">'
--- 813,817 ----
  
              $cal_templates->set_var ('cal_day_anchortags', '<a href="'
!                 . $_CONF['site_url'] . '/calendar.php?view=day&'
                  . addMode ($mode) . 'day=' . $curday->daynumber. '&month='
                  . $month . '&year=' . $year . '" class="cal-date">'




More information about the geeklog-cvs mailing list