Changeset 3396
- Timestamp:
- 02/05/07 04:30:46 (2 years ago)
- Files:
-
- plugins/sfJpGraphPlugin/lib/sfJpGraph.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfJpGraphPlugin/lib/sfJpGraph.class.php
r3395 r3396 44 44 * @param bool inline (or not, see JpGrpah docs) 45 45 */ 46 public function __construct($type = 'bar', $width = 300, $height = 200, $cached_name = '', $time_out = 0, $inline = true )46 public function __construct($type = 'bar', $width = 300, $height = 200, $cached_name = '', $time_out = 0, $inline = true, $barcode_type = null) 47 47 { 48 48 … … 109 109 require_once('jpgraph_barcode.php'); 110 110 111 switch ($ sBarcodeType)111 switch ($barcode_type) 112 112 { 113 113 case 'EAN-8' :