[geeklog-cvs] geeklog-1.3/public_html calendar.php,1.48,1.49

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Sep 25 15:36:31 EDT 2004


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

Modified Files:
	calendar.php 
Log Message:
Always fill empty rows in the small calendar with empyt cells.


Index: calendar.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/calendar.php,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** calendar.php	4 Sep 2004 19:42:48 -0000	1.48
--- calendar.php	25 Sep 2004 19:36:28 -0000	1.49
***************
*** 234,241 ****
                  $retval .= $curday->daynumber;
              } else {
-                 if ($i > 1) {
-                     $i = 7;
-                     $j = 8;
-                 }
                  $retval .= ' class="smallcal-day-empty"> ';
              }
--- 234,237 ----




More information about the geeklog-cvs mailing list