Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Nov 28, 2015
1 parent e344336 commit 79263d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion htdocs/loan/index.php
Expand Up @@ -100,7 +100,10 @@
$var=true;

$param="";
if ($optioncss != '') $param.='&optioncss='.$optioncss;
if ($search_ref) $param.="&search_ref=".$search_ref;
if ($search_label) $param.="&search_label=".$search_user;
if ($search_amount) $param.="&search_amount=".$search_amount_ht;
if ($optioncss != '') $param.='&optioncss='.$optioncss;

print '<form method="GET" action="'.$_SERVER["PHP_SELF"].'">'."\n";
if ($optioncss != '') print '<input type="hidden" name="optioncss" value="'.$optioncss.'">';
Expand Down

0 comments on commit 79263d0

Please sign in to comment.