Better title

This commit is contained in:
Laurent Destailleur 2012-02-18 03:29:20 +01:00
parent fc62b1c9c7
commit 61b6ec4f99

View File

@ -399,13 +399,14 @@ if ($resql)
print '<br>';
print '<input type="hidden" name="option" value="'.$option.'">';
$formfile->show_documents('unpaid','',$filedir,$urlsource,$genallowed,$delallowed,'',1,0,0,48,1,$param,'',$langs->trans("PDFMerge"));
$formfile->show_documents('unpaid','',$filedir,$urlsource,$genallowed,$delallowed,'',1,0,0,48,1,$param,$langs->trans("PDFMerge"),$langs->trans("PDFMerge"));
print '</form>';
$db->free($resql);
}
else dol_print_error($db,'');
llxFooter();
if (is_object($db)) $db->close();