This commit is contained in:
Laurent Destailleur 2009-03-25 20:05:14 +00:00
parent 6cc4ccecd0
commit 0029cae441

View File

@ -125,7 +125,8 @@ class modPhpbarcode extends ModeleBarCode
$file=$conf->barcode->dir_temp.'/barcode_'.$code.'_'.$encoding.'.png'; $file=$conf->barcode->dir_temp.'/barcode_'.$code.'_'.$encoding.'.png';
$filebarcode=$file; // global var to be used in buildBarCode $filebarcode=$file; // global var to be used in barcode_outimage called by barcode_print in buildBarCode
$result=$this->buildBarCode($code,$encoding,$readable); $result=$this->buildBarCode($code,$encoding,$readable);
return $result; return $result;