From 48f2dd66031de890d220f869ab118336ef42ab7e Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 7 Oct 2002 03:54:47 +0000 Subject: fixed week width. --- week.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'week.php') diff --git a/week.php b/week.php index cefac50..873128f 100644 --- a/week.php +++ b/week.php @@ -114,7 +114,7 @@ for ($i=0;$i<7;$i++) { do { $thisday = date("Ymd", $thisdate); $thisday2 = localizeDate($dateFormat_week_list, $thisdate); - $colWidth = round(120 / $nbrGridCols[$thisday]); + $colWidth = round(70 / $nbrGridCols[$thisday]); for ($j=0;$j < $nbrGridCols[$thisday];$j++) { echo "\"\"\n"; } -- cgit v1.2.3