aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2007-05-18 19:00:16 +0000
committerJim Hu <jimhu@users.sourceforge.net>2007-05-18 19:00:16 +0000
commit73b224f34b3aa5892c0d9ac79d34c1a95155166e (patch)
tree1df79666d27132480d574ace176eec348e47b977 /functions
parent5309c9a17a0b0de6d2603a1269ce14f1014595e3 (diff)
downloadphpicalendar-73b224f34b3aa5892c0d9ac79d34c1a95155166e.tar.gz
phpicalendar-73b224f34b3aa5892c0d9ac79d34c1a95155166e.tar.bz2
phpicalendar-73b224f34b3aa5892c0d9ac79d34c1a95155166e.zip
month and year location display bugs
Diffstat (limited to 'functions')
-rw-r--r--functions/init.inc.php2
-rw-r--r--functions/template.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/functions/init.inc.php b/functions/init.inc.php
index 619dfa5..374b0ec 100644
--- a/functions/init.inc.php
+++ b/functions/init.inc.php
@@ -1,5 +1,5 @@
<?php
-$phpicalendar_version = '2.23 rc1';
+$phpicalendar_version = '2.24';
// uncomment when developing, comment for shipping version
//error_reporting (E_ERROR | E_WARNING | E_PARSE);
error_reporting(0);
diff --git a/functions/template.php b/functions/template.php
index c7f705b..da13ce0 100644
--- a/functions/template.php
+++ b/functions/template.php
@@ -942,7 +942,7 @@ class Page {
$switch['EVENT'] = '<img src="templates/'.$template.'/images/event_dot.gif" alt=" " width="11" height="10" border="0" />';
}
}
- $switch['EVENT'] .= (isset($val['location'])) ? "<span class='V9G'>".$val['location']."</span>" : '';
+ $switch['LOCATION'] = (isset($val['location'])) ? "<span class='V9G'>".$val['location']."</span>" : '';
}
}
}

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