aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-29 03:30:36 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-29 03:30:36 +0000
commit361f356097d783e69ebfa29da9ce2ea48edf775b (patch)
tree4e241f898f4d211c03a1c4b95857477407a00e0f /functions
parent388be19cf1b7809ae8a9ded3f6862ed76d46eae2 (diff)
downloadphpicalendar-361f356097d783e69ebfa29da9ce2ea48edf775b.tar.gz
phpicalendar-361f356097d783e69ebfa29da9ce2ea48edf775b.tar.bz2
phpicalendar-361f356097d783e69ebfa29da9ce2ea48edf775b.zip
tweak bump rc version
Diffstat (limited to 'functions')
-rw-r--r--functions/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/template.php b/functions/template.php
index c220da9..62bd9e4 100644
--- a/functions/template.php
+++ b/functions/template.php
@@ -313,7 +313,7 @@ class Page {
}
$event_calno = $allday['calnumber'];
$event_calno = (($event_calno - 1) % $phpiCal_config->unique_colors) + 1;
- $event = openevent($get_date, -1, $uid, $allday, $phpiCal_config->allday_week_lines, 11, 'psf');
+ $event = openevent($get_date, -1, $uid, $allday, $phpiCal_config->allday_week_lines, (8*$colspan), 'psf');
$loop_tmp = str_replace('{ALLDAY}', $event, $loop_ad);
$loop_tmp = str_replace('{CALNO}', $event_calno, $loop_tmp);
$replace .= $loop_tmp;

© 2014-2024 Faster IT GmbH | imprint | privacy policy