[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/C4 Context.pm [dev_week]
From: |
Henri-Damien LAURENT |
Subject: |
[Koha-cvs] koha/C4 Context.pm [dev_week] |
Date: |
Tue, 09 May 2006 07:41:09 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Henri-Damien LAURENT <address@hidden> 06/05/09 07:41:09
Modified files:
C4 : Context.pm
Log message:
Fixing a bracket
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.1&tr2=1.18.2.5.2.2&r1=text&r2=text
Patches:
Index: koha/C4/Context.pm
diff -u koha/C4/Context.pm:1.18.2.5.2.1 koha/C4/Context.pm:1.18.2.5.2.2
--- koha/C4/Context.pm:1.18.2.5.2.1 Mon May 8 15:02:05 2006
+++ koha/C4/Context.pm Tue May 9 07:41:09 2006
@@ -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: Context.pm,v 1.18.2.5.2.1 2006/05/08 15:02:05 tgarip1957 Exp $
+# $Id: Context.pm,v 1.18.2.5.2.2 2006/05/09 07:41:09 hdl Exp $
package C4::Context;
use strict;
@@ -26,7 +26,7 @@
qw($context),
qw(@context_stack);
-$VERSION = do { my @v = '$Revision: 1.18.2.5.2.1 $' =~ /\d+/g;
+$VERSION = do { my @v = '$Revision: 1.18.2.5.2.2 $' =~ /\d+/g;
shift(@v) . "." . join("_", map {sprintf "%03d", $_ } @v); };
=head1 NAME
@@ -480,7 +480,6 @@
$Zconnauth="error";
return $Zconnauth;
}
- }
return $Zconnauth;
}
@@ -813,6 +812,9 @@
=cut
# $Log: Context.pm,v $
+# Revision 1.18.2.5.2.2 2006/05/09 07:41:09 hdl
+# Fixing a bracket
+#
# Revision 1.18.2.5.2.1 2006/05/08 15:02:05 tgarip1957
# 2 Zebra connection handllers one for read one for write acess
#
- [Koha-cvs] koha/C4 Context.pm [dev_week],
Henri-Damien LAURENT <=