mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fixed a GET that should have been POST
This commit is contained in:
parent
3e0a8d43f0
commit
1c2faa41eb
@ -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; ?>">
|
||||
|
Loading…
Reference in New Issue
Block a user