[Koha-cvs] CVS: koha/C4 Print.pm,1.3.2.2,1.3.2.3

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Jun 20 22:42:37 CEST 2002


Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv4639

Modified Files:
      Tag: rel-1-2
	Print.pm 
Log Message:
Missed an exclamation point!!!


Index: Print.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Print.pm,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -C2 -r1.3.2.2 -r1.3.2.3
*** Print.pm	20 Jun 2002 20:30:06 -0000	1.3.2.2
--- Print.pm	20 Jun 2002 20:42:35 -0000	1.3.2.3
***************
*** 24,28 ****
      open (PRINTER,">/tmp/kohaiss");
    } else {  
!     open(PRINTER, "| lpr -P $queue") or die "Couldn't write to queue:$queue\n";
    }  
  #  print $queue;
--- 24,28 ----
      open (PRINTER,">/tmp/kohaiss");
    } else {  
!     open(PRINTER, "| lpr -P $queue") or die "Couldn't write to queue:$queue!\n";
    }  
  #  print $queue;





More information about the Koha-cvs mailing list