[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/opac opac-main.pl [rel_3_0]
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/opac opac-main.pl [rel_3_0] |
Date: |
Thu, 14 Dec 2006 15:48:58 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Antoine Farnault <toins> 06/12/14 15:48:57
Modified files:
opac : opac-main.pl
Log message:
this script needs C4::Koha
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-main.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.23.2.5&r2=1.23.2.6
Patches:
Index: opac-main.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-main.pl,v
retrieving revision 1.23.2.5
retrieving revision 1.23.2.6
diff -u -b -r1.23.2.5 -r1.23.2.6
--- opac-main.pl 14 Dec 2006 15:41:54 -0000 1.23.2.5
+++ opac-main.pl 14 Dec 2006 15:48:57 -0000 1.23.2.6
@@ -15,7 +15,7 @@
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
# Suite 330, Boston, MA 02111-1307 USA
-# $Id: opac-main.pl,v 1.23.2.5 2006/12/14 15:41:54 toins Exp $
+# $Id: opac-main.pl,v 1.23.2.6 2006/12/14 15:48:57 toins Exp $
use strict;
require Exporter;
@@ -23,6 +23,7 @@
use C4::Auth; # get_template_and_user
use C4::Interface::CGI::Output;
use C4::BookShelves;
+use C4::Koha; # GetLanguages
use C4::Branch; # GetBranches
use C4::Members;
use C4::NewsChannels; # get_opac_news
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/opac opac-main.pl [rel_3_0],
Antoine Farnault <=