'ws' => 1,
);
- /* See if any actions have been passed as GET variables, and if so,
+ /* See if any actions have been passed as form variables, and if so,
* assign them into the acts array. */
$vars = Horde_Variables::getDefaultVariables();
foreach (array_keys($acts) as $key) {
<?php if (count($branches) > 1): ?>
<div class="options">
<span>
- <form method="get" action="<?php echo Chora::url('browsedir', Horde_Util::getFormData('f')) ?>">
+ <form method="post" action="<?php echo Chora::url('browsedir', Horde_Util::getFormData('f')) ?>">
<?php echo _("View Branch:") ?>
<select name="onb" onchange="this.form.submit()">
<option value="0"<?php if (!isset($onb) || !$onb) echo ' selected="selected"' ?>><?php echo _("All Branches") ?></option>