koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/C4 Biblio.pm [dev_week]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/C4 Biblio.pm [dev_week]
Date: Mon, 03 Jul 2006 16:05:26 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Joshua Ferraro <kados>  06/07/03 16:05:26

Modified files:
        C4             : Biblio.pm 

Log message:
        fix shadow call to ZOOM

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Biblio.pm?cvsroot=koha&only_with_tag=dev_week&r1=1.115.2.51.2.12&r2=1.115.2.51.2.13

Patches:
Index: Biblio.pm
===================================================================
RCS file: /sources/koha/koha/C4/Biblio.pm,v
retrieving revision 1.115.2.51.2.12
retrieving revision 1.115.2.51.2.13
diff -u -b -r1.115.2.51.2.12 -r1.115.2.51.2.13
--- Biblio.pm   2 Jun 2006 23:11:23 -0000       1.115.2.51.2.12
+++ Biblio.pm   3 Jul 2006 16:05:26 -0000       1.115.2.51.2.13
@@ -2827,7 +2827,7 @@
                return;
        }
         if (C4::Context->$shadow){
-       $Zpackage->("commit");
+       $Zpackage->send('commit');
        while (($i = ZOOM::event(address@hidden)) != 0) {
        #waiting zebra to finish;
        }       
@@ -2914,8 +2914,11 @@
 
 =cut
 
-# $Id: Biblio.pm,v 1.115.2.51.2.12 2006/06/02 23:11:23 kados Exp $
+# $Id: Biblio.pm,v 1.115.2.51.2.13 2006/07/03 16:05:26 kados Exp $
 # $Log: Biblio.pm,v $
+# Revision 1.115.2.51.2.13  2006/07/03 16:05:26  kados
+# fix shadow call to ZOOM
+#
 # Revision 1.115.2.51.2.12  2006/06/02 23:11:23  kados
 # Committing my working dev_week. It's been tested only with
 # searching, and there's quite a lot of config stuff to set up




reply via email to

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