Development

Changeset 3396

You must first sign up to be able to contribute.

Changeset 3396

Show
Ignore:
Timestamp:
02/05/07 04:30:46 (2 years ago)
Author:
dwhittle
Message:

sfJpGraphPlugin: fixed typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfJpGraphPlugin/lib/sfJpGraph.class.php

    r3395 r3396  
    4444   * @param bool inline (or not, see JpGrpah docs) 
    4545   */ 
    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
    4747  { 
    4848 
     
    109109        require_once('jpgraph_barcode.php'); 
    110110 
    111         switch ($sBarcodeType) 
     111        switch ($barcode_type) 
    112112        { 
    113113            case 'EAN-8' :