Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27276/phpicalendar
Modified Files:
preferences.php
Log Message:
Fix [ 1283135 ] Link on Results partly broken by adding line to template.php; add cpath to other files
Index: preferences.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/preferences.php,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** preferences.php 25 Oct 2004 17:16:08 -0000 1.54
--- preferences.php 7 Sep 2005 03:41:18 -0000 1.55
***************
*** 16,20 ****
$current_view = "preferences";
! $back_page = BASE.$default_view.'.php?cal='.$cal.'&getdate='.$getdate;
if ($allow_preferences == 'no') header("Location: $back_page");
--- 16,20 ----
$current_view = "preferences";
! $back_page = BASE.$default_view.'.php?cal='.$cal.'&getdate='.$getdate.'&cpath='.$cpath;
if ($allow_preferences == 'no') header("Location: $back_page");
|