[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Print.pm,1.3.2.2,1.3.2.3
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/C4 Print.pm,1.3.2.2,1.3.2.3 |
Date: |
Thu, 20 Jun 2002 13:42:37 -0700 |
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;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Print.pm,1.3.2.2,1.3.2.3,
Steve Tonnesen <=