Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14903/phpicalendar
Modified Files:
search.php
Log Message:
fix method GET to get for HTML validation
Index: search.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/search.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** search.php 10 Apr 2006 02:21:07 -0000 1.40
--- search.php 28 Jun 2006 23:43:32 -0000 1.41
***************
*** 23,27 ****
$search_box = '';
$search_box .=
! '<form action="search.php" method="GET">'."\n".
'<input type="hidden" name="cpath" value="'.$cpath.'">'."\n".
'<input type="hidden" name="cal" value="'.$cal.'">'."\n".
--- 23,27 ----
$search_box = '';
$search_box .=
! '<form action="search.php" method="get">'."\n".
'<input type="hidden" name="cpath" value="'.$cpath.'">'."\n".
'<input type="hidden" name="cal" value="'.$cal.'">'."\n".
|