Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1:/tmp/cvs-serv19845
Modified Files:
month.php
Log Message:
Changed word_wrap from 12 to 11 due to safari, camino.
Index: month.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -d -r1.92 -r1.93
*** month.php 14 Sep 2003 21:01:34 -0000 1.92
--- month.php 14 Sep 2003 23:04:39 -0000 1.93
***************
*** 137,141 ****
if (!isset($val["event_start"])) {
openevent("$calendar_name", "", "", $val, $month_event_lines,
! 12,
"<div align=\"center\" class=\"V10\"><i>",
"</i></div>",
--- 137,141 ----
if (!isset($val["event_start"])) {
openevent("$calendar_name", "", "", $val, $month_event_lines,
! 11,
"<div align=\"center\" class=\"V10\"><i>",
"</i></div>",
***************
*** 152,156 ****
$val,
$month_event_lines,
! 12,
"<div align=\"left\" class=\"V9\"> $start2 ",
"</div>",
--- 152,156 ----
$val,
$month_event_lines,
! 11,
"<div align=\"left\" class=\"V9\"> $start2 ",
"</div>",
|