|
From: <cl...@us...> - 2003-03-10 18:27:42
|
Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1:/tmp/cvs-serv24671
Modified Files:
month.php week.php
Log Message:
More validation fixes, basic attendee parsing added.
Index: month.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** month.php 30 Nov 2002 21:05:39 -0000 1.84
--- month.php 10 Mar 2003 18:27:00 -0000 1.85
***************
*** 229,233 ****
<td align="left" valign="top" width="160" class="sideback"><?php echo "<img src=\"images/spacer.gif\" alt=\" \" width=\"16\" height=\"20\" border=\"0\" align=\"left\">"; ?></td>
<td align="center" class="sideback" width="417" nowrap><font class="G10BOLD"><?php echo "$this_months_lang"; ?></font></td>
- <td align="right" valign="top" width="160" class="sideback"><?php echo "<img src=\"images/spacer.gif\" alt=\" \" width=\"16\" height=\"20\" border=\"0\" align=\"right\"></a>"; ?></td>
<td align="right" valign="top" width="160" class="sideback"><?php echo "<img src=\"images/spacer.gif\" alt=\" \" width=\"16\" height=\"20\" border=\"0\" align=\"right\">"; ?></td>
</tr>
--- 229,232 ----
Index: week.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/week.php,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -d -r1.85 -r1.86
*** week.php 10 Mar 2003 17:25:53 -0000 1.85
--- week.php 10 Mar 2003 18:27:01 -0000 1.86
***************
*** 223,227 ****
} else {
! echo "<tr">\n";
echo "<td width=\"1\" height=\"" . $gridLength . "\"></td>\n";
}
--- 223,227 ----
} else {
! echo "<tr>\n";
echo "<td width=\"1\" height=\"" . $gridLength . "\"></td>\n";
}
|