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ů.
|
123456789101112 |
- <?php
- $classFile = 'BCGgs1128.barcode.php';
- $className = 'BCGgs1128';
- $baseClassFile = 'BCGBarcode1D.php';
- $codeVersion = '5.2.0';
-
- function customSetup($barcode, $get) {
- if (isset($get['start'])) {
- $barcode->setStart($get['start'] === 'NULL' ? null : $get['start']);
- }
- }
- ?>
|