koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.54,1.55


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.54,1.55
Date: Mon, 05 May 2003 03:11:36 -0700

Update of /cvsroot/koha/koha/C4/Circulation
In directory sc8-pr-cvs1:/tmp/cvs-serv19939/C4/Circulation

Modified Files:
        Circ2.pm 
Log Message:
missing "

Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -r1.54 -r1.55
*** Circ2.pm    5 May 2003 09:41:03 -0000       1.54
--- Circ2.pm    5 May 2003 10:11:34 -0000       1.55
***************
*** 491,495 ****
                                        VALUES ($itm, $fbr, now(), $tbr)");
        #update holdingbranch in items .....
!       $dbh->do("UPDATE items SET      datelastseen  = now(), holdingbranch = 
$tbr WHERE       items.itemnumber = $itm);
        return;
  }
--- 491,495 ----
                                        VALUES ($itm, $fbr, now(), $tbr)");
        #update holdingbranch in items .....
!       $dbh->do("UPDATE items SET      datelastseen  = now(), holdingbranch = 
$tbr WHERE       items.itemnumber = $itm");
        return;
  }




reply via email to

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