[Koha-cvs] CVS: koha/admin printers.pl,1.10,1.10.2.1

Paul POULAIN tipaul at users.sourceforge.net
Wed Apr 6 15:55:32 CEST 2005


Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14847/admin

Modified Files:
      Tag: rel_2_2
	printers.pl 
Log Message:
fix for #756

Index: printers.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/printers.pl,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -C2 -r1.10 -r1.10.2.1
*** printers.pl	12 Jan 2004 16:55:06 -0000	1.10
--- printers.pl	6 Apr 2005 13:55:30 -0000	1.10.2.1
***************
*** 126,130 ****
  	$template->param(delete_confirm => 1);
  	my $dbh = C4::Context->dbh;
! 	my $sth=$dbh->prepare("select printername,printqueue,printtype from printers where printername=");
  	$sth->execute($searchfield);
  	my $data=$sth->fetchrow_hashref;
--- 126,130 ----
  	$template->param(delete_confirm => 1);
  	my $dbh = C4::Context->dbh;
! 	my $sth=$dbh->prepare("select printername,printqueue,printtype from printers where printername=?");
  	$sth->execute($searchfield);
  	my $data=$sth->fetchrow_hashref;





More information about the Koha-cvs mailing list