Diff for /loncom/cgi/barcode.png between versions 1.1 and 1.2

version 1.1, 2001/08/15 13:56:40 version 1.2, 2001/08/15 14:03:15
Line 12 Line 12
 # EAN13, EAN8, UPCA, UPCE, NW7, Code39,  # EAN13, EAN8, UPCA, UPCE, NW7, Code39,
 # ITF, IATA2of5, Matrix2of5, and COOP2of5.  # ITF, IATA2of5, Matrix2of5, and COOP2of5.
   
   # Example usage: /cgi-bin/barcode.gif?encode=12345*31*MSUL1
   
 use strict;  use strict;
 use GD::Barcode::Code39;  use GD::Barcode::Code39;
   

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>