koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/admin printers.pl,1.10,1.10.2.1
Date: Wed, 06 Apr 2005 06:55:32 -0700

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]