aboutsummaryrefslogtreecommitdiffstats
path: root/preferences.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-04-10 01:10:39 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-04-10 01:10:39 +0000
commitd2a7fb9c3e1c88811183cf138cc40e8aee56f73d (patch)
tree14c772abad1381d4c727fb5d634e1bc4ea466873 /preferences.php
parent2ac05785444035fe6de6f8e06bda0076f026eb22 (diff)
downloadphpicalendar-d2a7fb9c3e1c88811183cf138cc40e8aee56f73d.tar.gz
phpicalendar-d2a7fb9c3e1c88811183cf138cc40e8aee56f73d.tar.bz2
phpicalendar-d2a7fb9c3e1c88811183cf138cc40e8aee56f73d.zip
modify template to use default if tpl file not found in alternate template folder
Diffstat (limited to 'preferences.php')
-rw-r--r--preferences.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/preferences.php b/preferences.php
index 96c1932..1bc5bd3 100644
--- a/preferences.php
+++ b/preferences.php
@@ -29,7 +29,7 @@ $cpath = $_REQUEST['cpath'];
if ($action == 'setcookie') {
$cookie_language = $_POST['cookie_language'];
- $cookie_cpath = $_POST['cpath'];
+ $cookie_cpath = $_POST['cpath'];
$cookie_calendar = $_POST['cookie_calendar'];
$cookie_view = $_POST['cookie_view'];
$cookie_style = $_POST['cookie_style'];

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