Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1:/tmp/cvs-serv11419
Modified Files:
search.php
Log Message:
removed uneeded code.
Index: search.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/search.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** search.php 21 Sep 2003 03:22:08 -0000 1.22
--- search.php 26 Sep 2003 16:10:42 -0000 1.23
***************
*** 19,37 ****
$search_box = '';
! // yet to be implemented
! switch($HTTP_GET_VARS['mode']) {
! case 'advanced_search':
! // display advanced search stuff
! break;
! case 'search':
! // display simple search stuff
! break;
! case 'results':
! // display results of either simple or advanced search
! break;
! default:
! // some generic thing, maybe same as search
! }
!
$search_box .=
'<form action="search.php" method="GET">'."\n".
--- 19,23 ----
$search_box = '';
! s
$search_box .=
'<form action="search.php" method="GET">'."\n".
|