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

Antoine Farnault antoine at koha-fr.org
Mon Oct 30 14:24:16 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/10/30 13:24:16

Modified files:
	C4             : Context.pm 

Log message:
	fix some minor POD error.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Context.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.43.2.4&r2=1.43.2.5

Patches:
Index: Context.pm
===================================================================
RCS file: /sources/koha/koha/C4/Context.pm,v
retrieving revision 1.43.2.4
retrieving revision 1.43.2.5
diff -u -b -r1.43.2.4 -r1.43.2.5
--- Context.pm	12 Oct 2006 21:42:49 -0000	1.43.2.4
+++ Context.pm	30 Oct 2006 13:24:16 -0000	1.43.2.5
@@ -16,7 +16,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.43.2.4 2006/10/12 21:42:49 hdl Exp $
+# $Id: Context.pm,v 1.43.2.5 2006/10/30 13:24:16 toins Exp $
 use strict;
 use DBI;
 use ZOOM;
@@ -28,7 +28,7 @@
 	qw($context),
 	qw(@context_stack);
 
-$VERSION = do { my @v = '$Revision: 1.43.2.4 $' =~ /\d+/g;
+$VERSION = do { my @v = '$Revision: 1.43.2.5 $' =~ /\d+/g;
 		shift(@v) . "." . join("_", map {sprintf "%03d", $_ } @v); };
 
 =head1 NAME
@@ -458,8 +458,6 @@
 	my $user = $context->{"serverinfo"}->{$server}->{"user"};
 	my $servername = $context->{"config"}->{$server};
 	my $password = $context->{"serverinfo"}->{$server}->{"password"};
-# 	warn "serveur : $server";
-# 	warn "nom du serveur : $servername";
 	retry:
 	eval {
 		# set options
@@ -760,6 +758,7 @@
 set_userenv is called in Auth.pm
 
 =cut
+
 #'
 sub set_userenv{
 	my ($usernum, $userid, $usercnum, $userfirstname, $usersurname, $userbranch, $branchname, $userflags, $emailaddress)= @_;
@@ -808,6 +807,7 @@
 Destroys the hash for activeuser user environment variables.
 
 =cut
+
 #'
 
 sub _unset_userenv
@@ -842,7 +842,11 @@
 Joshua Ferraro <jmf at liblime dot com>
 
 =cut
+
 # $Log: Context.pm,v $
+# Revision 1.43.2.5  2006/10/30 13:24:16  toins
+# fix some minor POD error.
+#
 # Revision 1.43.2.4  2006/10/12 21:42:49  hdl
 # Managing multiple zebra connections
 #





More information about the Koha-cvs mailing list