From: <ji...@us...> - 2005-11-11 01:32:33
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21911/phpicalendar Modified Files: index.php Log Message: fix index.php to pass cpath Index: index.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/index.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** index.php 27 Oct 2005 17:27:58 -0000 1.11 --- index.php 11 Nov 2005 01:32:24 -0000 1.12 *************** *** 18,21 **** --- 18,24 ---- } } + if(isset($_GET['cpath'])){ + $default_view .= '?cpath='.$_GET['cpath']; + } header("Location: $default_view"); |