Fixed a GET that should have been POST

This commit is contained in:
jengo 2000-09-05 06:37:29 +00:00
parent 3e0a8d43f0
commit 1c2faa41eb

View File

@ -19,7 +19,7 @@
</a>
</td>
<td align="right">
<form action="<?php echo $phpgw->link("search.php"); ?>">
<form action="<?php echo $phpgw->link("search.php"); ?>" method="POST">
<input type="hidden" name="from" value="<?php echo $PHP_SELF; ?>">
<input type="hidden" name="date" value="<?php echo $date; ?>">
<input type="hidden" name="month" value="<?php echo $thismonth; ?>">