koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/C4 Reserves2.pm [rel_2_2]


From: Chris Cormack
Subject: [Koha-cvs] koha/C4 Reserves2.pm [rel_2_2]
Date: Sun, 06 May 2007 22:16:32 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Chris Cormack <rangi>   07/05/06 22:16:32

Modified files:
        C4             : Reserves2.pm 

Log message:
        Fixing, variables around the wrong way

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Reserves2.pm?cvsroot=koha&only_with_tag=rel_2_2&r1=1.38.2.3&r2=1.38.2.4

Patches:
Index: Reserves2.pm
===================================================================
RCS file: /sources/koha/koha/C4/Attic/Reserves2.pm,v
retrieving revision 1.38.2.3
retrieving revision 1.38.2.4
diff -u -b -r1.38.2.3 -r1.38.2.4
--- Reserves2.pm        19 Apr 2007 23:40:31 -0000      1.38.2.3
+++ Reserves2.pm        6 May 2007 22:16:32 -0000       1.38.2.4
@@ -3,7 +3,7 @@
 
 package C4::Reserves2;
 
-# $Id: Reserves2.pm,v 1.38.2.3 2007/04/19 23:40:31 rangi Exp $
+# $Id: Reserves2.pm,v 1.38.2.4 2007/05/06 22:16:32 rangi Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -563,13 +563,13 @@
   ");
    if ($constraint ne 'a'){  
       foreach my $item (@$bibitems){
-         
$sth->execute($borrnum,$biblionumber,$branch,$resdate,$const,$priority,$notes,$item);
+         
$sth->execute($borrnum,$biblionumber,$resdate,$branch,$const,$priority,$notes,$item);
          $priority++;
          }
       $sth->finish();
    }
    else {
-                 
$sth->execute($borrnum,$biblionumber,$branch,$resdate,$const,$priority,$notes,'');
+                 
$sth->execute($borrnum,$biblionumber,$resdate,$branch,$const,$priority,$notes,'');
          $priority++;
        }     
   }




reply via email to

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