code indent
This commit is contained in:
parent
ec89ddd62f
commit
dbc0c3b280
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ if ($_GET['histo'] == 3)
|
|||
$export_pdf = '<FORM METHOD="get" ACTION="export.php" style="display:inline">';
|
||||
$export_pdf.=HtmlInput::hidden('cat', $_GET['cat']);
|
||||
$export_pdf.=HtmlInput::hidden('act', "PDF:fiche_balance") .
|
||||
$export_pdf.=HtmlInput::hidden('start', $_GET['start']);
|
||||
$export_pdf.=HtmlInput::hidden('start', $_GET['start']);
|
||||
$export_pdf.=HtmlInput::hidden('end', $_GET['end']);
|
||||
$export_pdf.=HtmlInput::hidden('histo', $_GET['histo']);
|
||||
$export_pdf.=HtmlInput::request_to_hidden(array('allcard'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue