aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-23 20:19:12 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-23 20:19:12 +0000
commitbd7430ee341ee98562826824f7fb223b66a94993 (patch)
tree57b41b1592640ae6d22c44618e4653b33471098a /month.php
parentdaaf8a35efe418fef25f40ac2055511c26b37120 (diff)
downloadphpicalendar-bd7430ee341ee98562826824f7fb223b66a94993.tar.gz
phpicalendar-bd7430ee341ee98562826824f7fb223b66a94993.tar.bz2
phpicalendar-bd7430ee341ee98562826824f7fb223b66a94993.zip
Fixed popups not always working.
Diffstat (limited to 'month.php')
-rw-r--r--month.php29
1 files changed, 3 insertions, 26 deletions
diff --git a/month.php b/month.php
index 5b651aa..3fbf55b 100644
--- a/month.php
+++ b/month.php
@@ -119,12 +119,7 @@ include (BASE.'includes/header.inc.php');
$event_url = $val['url'];
if (!isset($val["event_start"])) {
echo '<div align="center" class="V10">';
- openevent("$event_calna", "", "", $val, $month_event_lines,
- 15,
- "<i>",
- "</i>",
- "psf",
- $event_url);
+ openevent($event_calna, '', '', $val, $month_event_lines, 15, '<i>', '</i>', 'psf', $event_url);
echo '</div>';
} else {
echo '<div align="left" class="V9">&nbsp;';
@@ -134,16 +129,7 @@ include (BASE.'includes/header.inc.php');
$event_start = date($timeFormat, @strtotime ("$event_start"));
$start2 = date($timeFormat_small,@strtotime("$event_start"));
$event_end = date($timeFormat, @strtotime ("$event_end"));
- @openevent("$event_calna",
- "$event_start",
- "$event_end",
- $val,
- $month_event_lines,
- 11,
- "$start2 ",
- "",
- "ps3",
- $event_url);
+ openevent($event_calna, $event_start, $event_end, $val, $month_event_lines, 10, "$start2 ", '', 'ps3', $event_url);
echo '</div>';
}
}
@@ -224,16 +210,7 @@ include (BASE.'includes/header.inc.php');
$first_time = FALSE;
}
echo "<td>\n";
- openevent("$event_calna",
- "$event_start",
- "$event_end",
- $new_val2,
- 0,
- 65,
- "<font class=\"G10B\">",
- "</font>",
- "psf",
- $event_url);
+ openevent($event_calna, $event_start, $event_end, $new_val2, 0, 65, '<font class="G10B">', '</font>', 'psf', $event_url);
echo "</td>\n";
echo "</tr>\n";
}

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