aboutsummaryrefslogtreecommitdiffstats
path: root/search.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-06-28 23:43:32 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-06-28 23:43:32 +0000
commitb2069c59cccaff604fcf088ddd5ffcfb4052b7ae (patch)
tree28f16a3f5e477a59d968fb4e6b7fa19b7d34f970 /search.php
parenta54cb7164092f0037bd7df4a76fc413b6ccfcd37 (diff)
downloadphpicalendar-b2069c59cccaff604fcf088ddd5ffcfb4052b7ae.tar.gz
phpicalendar-b2069c59cccaff604fcf088ddd5ffcfb4052b7ae.tar.bz2
phpicalendar-b2069c59cccaff604fcf088ddd5ffcfb4052b7ae.zip
fix method GET to get for HTML validation
Diffstat (limited to 'search.php')
-rw-r--r--search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search.php b/search.php
index 37b5d93..c25ea85 100644
--- a/search.php
+++ b/search.php
@@ -22,7 +22,7 @@ if (isset($_GET['query']) && $_GET['query'] != '') {
$search_box = '';
$search_box .=
- '<form action="search.php" method="GET">'."\n".
+ '<form action="search.php" method="get">'."\n".
'<input type="hidden" name="cpath" value="'.$cpath.'">'."\n".
'<input type="hidden" name="cal" value="'.$cal.'">'."\n".
'<input type="hidden" name="getdate" value="'.$getdate.'">'."\n".

© 2014-2024 Faster IT GmbH | imprint | privacy policy