koha-cvs
[Top][All Lists]
Advanced

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

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


From: Joshua Ferraro
Subject: [Koha-cvs] koha/C4 Context.pm [dev_week]
Date: Tue, 09 May 2006 12:01:02 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Joshua Ferraro <address@hidden> 06/05/09 12:01:02

Modified files:
        C4             : Context.pm 

Log message:
        add use Zoom;

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/C4/Context.pm.diff?only_with_tag=dev_week&tr1=1.18.2.5.2.2&tr2=1.18.2.5.2.3&r1=text&r2=text

Patches:
Index: koha/C4/Context.pm
diff -u koha/C4/Context.pm:1.18.2.5.2.2 koha/C4/Context.pm:1.18.2.5.2.3
--- koha/C4/Context.pm:1.18.2.5.2.2     Tue May  9 07:41:09 2006
+++ koha/C4/Context.pm  Tue May  9 12:01:02 2006
@@ -15,18 +15,18 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: Context.pm,v 1.18.2.5.2.2 2006/05/09 07:41:09 hdl Exp $
+# $Id: Context.pm,v 1.18.2.5.2.3 2006/05/09 12:01:02 kados Exp $
 
 package C4::Context;
 use strict;
 use DBI;
 use C4::Boolean;
-
+use ZOOM;
 use vars qw($VERSION $AUTOLOAD),
        qw($context),
        qw(@context_stack);
 
-$VERSION = do { my @v = '$Revision: 1.18.2.5.2.2 $' =~ /\d+/g;
+$VERSION = do { my @v = '$Revision: 1.18.2.5.2.3 $' =~ /\d+/g;
                shift(@v) . "." . join("_", map {sprintf "%03d", $_ } @v); };
 
 =head1 NAME
@@ -812,6 +812,9 @@
 
 =cut
 # $Log: Context.pm,v $
+# Revision 1.18.2.5.2.3  2006/05/09 12:01:02  kados
+# add use Zoom;
+#
 # Revision 1.18.2.5.2.2  2006/05/09 07:41:09  hdl
 # Fixing a bracket
 #




reply via email to

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