mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-13 17:00:45 +01:00
Fixed a GET that should have been POST
This commit is contained in:
parent
3e0a8d43f0
commit
1c2faa41eb
@ -19,7 +19,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<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="from" value="<?php echo $PHP_SELF; ?>">
|
||||||
<input type="hidden" name="date" value="<?php echo $date; ?>">
|
<input type="hidden" name="date" value="<?php echo $date; ?>">
|
||||||
<input type="hidden" name="month" value="<?php echo $thismonth; ?>">
|
<input type="hidden" name="month" value="<?php echo $thismonth; ?>">
|
||||||
|
Loading…
Reference in New Issue
Block a user