From 790fddc214d1639e9b3e528614b15abf4a8e21a9 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Wed, 7 Sep 2005 03:41:18 +0000 Subject: Fix [ 1283135 ] Link on Results partly broken by adding line to template.php; add cpath to other files --- preferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'preferences.php') diff --git a/preferences.php b/preferences.php index c3f75a1..c865e76 100644 --- a/preferences.php +++ b/preferences.php @@ -15,7 +15,7 @@ if ($cookie_uri == '') { } $current_view = "preferences"; -$back_page = BASE.$default_view.'.php?cal='.$cal.'&getdate='.$getdate; +$back_page = BASE.$default_view.'.php?cal='.$cal.'&getdate='.$getdate.'&cpath='.$cpath; if ($allow_preferences == 'no') header("Location: $back_page"); if (isset($_GET['action'])) { -- cgit v1.2.3