--- /tmp/dsg/dolibarr/htdocs/core/modules/barcode/doc/github_phpbarcode.modules.php +++ /tmp/dsg/dolibarr/htdocs/core/modules/barcode/doc/client_phpbarcode.modules.php @@ -33,9 +33,9 @@ class modPhpbarcode extends ModeleBarCode { /** - * Dolibarr version of the loaded document - * @var string - */ + * Dolibarr version of the loaded document + * @var string + */ public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr' /** @@ -93,7 +93,7 @@ public function encodingIsSupported($encoding) { global $genbarcode_loc; - //print 'genbarcode_loc='.$genbarcode_loc.' encoding='.$encoding;exit; + //print 'genbarcode_loc='.$genbarcode_loc.' encoding='.$encoding;exit; $supported = 0; if ($encoding == 'EAN13') $supported = 1; @@ -109,7 +109,7 @@ return $supported; } - /** + /** * Return an image file on the fly (no need to write on disk) * * @param string $code Value to encode @@ -118,8 +118,8 @@ * @param integer $scale Scale * @param integer $nooutputiferror No output if error * @return int <0 if KO, >0 if OK - */ - public function buildBarCode($code, $encoding, $readable = 'Y', $scale = 1, $nooutputiferror = 0) + */ + public function buildBarCode($code, $encoding, $readable = 'Y', $scale = 1, $nooutputiferror = 0) { global $_GET, $_SERVER; global $conf; --- /tmp/dsg/dolibarr/htdocs/core/modules/barcode/doc/github_tcpdfbarcode.modules.php +++ /tmp/dsg/dolibarr/htdocs/core/modules/barcode/doc/client_tcpdfbarcode.modules.php @@ -32,9 +32,9 @@ class modTcpdfbarcode extends ModeleBarCode { /** - * Dolibarr version of the loaded document - * @var string - */ + * Dolibarr version of the loaded document + * @var string + */ public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr' /**