From: <ji...@us...> - 2007-05-18 20:47:20
|
Update of /cvsroot/phpicalendar/phpicalendar/calendars In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18144/phpicalendar/calendars Modified Files: publish.php Log Message: Changed 204 to 200 to fix bug 1704227 Index: publish.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/calendars/publish.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** publish.php 16 May 2007 23:04:41 -0000 1.7 --- publish.php 18 May 2007 20:47:21 -0000 1.8 *************** *** 243,247 **** } ! header('HTTP/1.1 204 Successful.'); exit; --- 243,247 ---- } ! header('HTTP/1.1 200 OK'); exit; |