From: <ji...@us...> - 2007-05-19 16:18:14
|
Update of /cvsroot/phpicalendar/phpicalendar/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30988/phpicalendar/includes Modified Files: todo.php Log Message: fix bug 1641928 change todo popup to be like event popup Index: todo.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/includes/todo.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** todo.php 2 Oct 2005 06:23:40 -0000 1.18 --- todo.php 19 May 2007 16:18:13 -0000 1.19 *************** *** 6,10 **** require_once(BASE.'functions/template.php'); ! $vtodo_array = unserialize(base64_decode($_GET['vtodo_array'])); // Set the variables from the array --- 6,10 ---- require_once(BASE.'functions/template.php'); ! $vtodo_array = unserialize(urldecode(base64_decode($_REQUEST['todo_data']))); // Set the variables from the array |