aboutsummaryrefslogtreecommitdiffstats
path: root/includes/event.php
diff options
context:
space:
mode:
authorGreg Westin <westin@users.sourceforge.net>2003-02-08 04:47:57 +0000
committerGreg Westin <westin@users.sourceforge.net>2003-02-08 04:47:57 +0000
commit1abdce2be8b964f28768e663e84359eb321a369c (patch)
tree424c341ff7bff2b17470207011c92bb496f9d7e7 /includes/event.php
parent7738ba2742cfd2232c9bf78e0a98ba79c85c9456 (diff)
downloadphpicalendar-1abdce2be8b964f28768e663e84359eb321a369c.tar.gz
phpicalendar-1abdce2be8b964f28768e663e84359eb321a369c.tar.bz2
phpicalendar-1abdce2be8b964f28768e663e84359eb321a369c.zip
-Changes to functions/todo.js and functions/event.js fix bug 654486.
-Other miscellaneous changes to event and todo popups. -Changed a variable name to avoid confusion with other similarly-named var
Diffstat (limited to 'includes/event.php')
-rw-r--r--includes/event.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/event.php b/includes/event.php
index d7ac996..3d95c0a 100644
--- a/includes/event.php
+++ b/includes/event.php
@@ -12,8 +12,8 @@ if (isset($HTTP_GET_VARS['description']) && ($HTTP_GET_VARS['description'] !== '
} else {
$description = '';
}
-if (isset($HTTP_GET_VARS['calendar_name']) && ($HTTP_GET_VARS['calendar_name'] !== '') ) {
- $calendar_name = $HTTP_GET_VARS['calendar_name'];
+if (isset($HTTP_GET_VARS['cal']) && ($HTTP_GET_VARS['cal'] !== '') ) {
+ $calendar_name = $HTTP_GET_VARS['cal'];
} else {
$calendar_name = '';
}
@@ -62,7 +62,7 @@ $calendar_name2 = str_replace('\\', '', $calendar_name2);
</tr>
<tr>
<td colspan="3">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
+ <table width="430" border="0" cellspacing="0" cellpadding="0">
<?php
if (($start) && ($end)) $event_times = ' - <font class="V9">(<i>'.$start.' - '.$end.'</i>)</font>';
if ($start == '' && $end == '' && isset($start, $end)) $event_times = ' - <font class="V9">(<i>'.$all_day_lang.'</i>)</font>';

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