Qual: Removed unused variable

This commit is contained in:
Raphaël Doursenaud 2014-04-23 17:29:26 +02:00
parent 7497a72b1d
commit 20983b4807

View File

@ -156,11 +156,11 @@ function members_card_pdf_create($db, $arrayofmembers, $modele, $outputlangs)
else else
{ {
dol_print_error('',$langs->trans("Error")." ".$langs->trans("ErrorFileDoesNotExists",$dir.$file)); dol_print_error('',$langs->trans("Error")." ".$langs->trans("ErrorFileDoesNotExists",$file));
return -1; return -1;
} }
} }
?> ?>