aboutsummaryrefslogtreecommitdiffstats
path: root/week.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-10-02 00:09:38 +0000
committerChad Little <clittle@users.sourceforge.net>2004-10-02 00:09:38 +0000
commit8d867c3cf86cbc7b82d0fa41bb956790fd379a85 (patch)
treec5d3c87599d072e48ffeb8d6109ff3bbd779aa24 /week.php
parentedd26d1248867594bf30cf7754731b6c64c9dbfd (diff)
downloadphpicalendar-8d867c3cf86cbc7b82d0fa41bb956790fd379a85.tar.gz
phpicalendar-8d867c3cf86cbc7b82d0fa41bb956790fd379a85.tar.bz2
phpicalendar-8d867c3cf86cbc7b82d0fa41bb956790fd379a85.zip
Added new languages, fixed minor bugs.
Diffstat (limited to 'week.php')
-rw-r--r--week.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/week.php b/week.php
index c91ec56..6a6dd37 100644
--- a/week.php
+++ b/week.php
@@ -101,6 +101,12 @@ $page->replace_tags(array(
'l_this_site_is' => $lang['l_this_site_is']
));
+if ($allow_preferences != 'yes') {
+ $page->replace_tags(array(
+ 'allow_preferences' => ''
+ ));
+}
+
if ($allow_login == 'yes') {
$page->replace_tags(array(
'l_invalid_login' => $lang['l_invalid_login'],

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