[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/opac opac-reserve.pl [rel_3_0]
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/opac opac-reserve.pl [rel_3_0] |
Date: |
Fri, 24 Nov 2006 22:43:31 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Joshua Ferraro <kados> 06/11/24 22:43:31
Modified files:
opac : opac-reserve.pl
Log message:
reservations were busted because C4::Search is needed
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-reserve.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.29.2.1&r2=1.29.2.2
Patches:
Index: opac-reserve.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-reserve.pl,v
retrieving revision 1.29.2.1
retrieving revision 1.29.2.2
diff -u -b -r1.29.2.1 -r1.29.2.2
--- opac-reserve.pl 17 Nov 2006 13:19:00 -0000 1.29.2.1
+++ opac-reserve.pl 24 Nov 2006 22:43:31 -0000 1.29.2.2
@@ -4,7 +4,7 @@
use strict;
require Exporter;
use CGI;
-
+use C4::Search;
use C4::Biblio;
use C4::Auth; # checkauth, getborrowernumber.
use C4::Koha;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/opac opac-reserve.pl [rel_3_0],
Joshua Ferraro <=