Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

BCGgs1128.php 290 B

před 3 roky
123456789101112
  1. <?php
  2. $classFile = 'BCGgs1128.barcode.php';
  3. $className = 'BCGgs1128';
  4. $baseClassFile = 'BCGBarcode1D.php';
  5. $codeVersion = '5.2.0';
  6. function customSetup($barcode, $get) {
  7. if (isset($get['start'])) {
  8. $barcode->setStart($get['start'] === 'NULL' ? null : $get['start']);
  9. }
  10. }
  11. ?>