[Koha-cvs] koha/C4/Circulation Circ2.pm [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Tue Nov 28 17:55:08 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/11/28 16:55:08

Modified files:
	C4/Circulation : Circ2.pm 

Log message:
	GetItemsLost --> GetLostItems

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Circulation/Circ2.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.114.2.19&r2=1.114.2.20

Patches:
Index: Circ2.pm
===================================================================
RCS file: /sources/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.114.2.19
retrieving revision 1.114.2.20
diff -u -b -r1.114.2.19 -r1.114.2.20
--- Circ2.pm	28 Nov 2006 16:42:29 -0000	1.114.2.19
+++ Circ2.pm	28 Nov 2006 16:55:08 -0000	1.114.2.20
@@ -17,7 +17,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: Circ2.pm,v 1.114.2.19 2006/11/28 16:42:29 toins Exp $
+# $Id: Circ2.pm,v 1.114.2.20 2006/11/28 16:55:08 toins Exp $
 
 use strict;
 require Exporter;
@@ -38,7 +38,7 @@
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 # set the version for version checking
-$VERSION = do { my @v = '$Revision: 1.114.2.19 $' =~ /\d+/g; shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
+$VERSION = do { my @v = '$Revision: 1.114.2.20 $' =~ /\d+/g; shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
 
 =head1 NAME
 
@@ -89,7 +89,7 @@
   &RemoveNotifyLine
   &GetIssuesFromBiblio
   &AnonymiseIssueHistory
-  &GetItemsLost
+  &GetLostItems
 );
 
 =head2 itemseen
@@ -2934,7 +2934,7 @@
 
 =cut
 
-sub GetItemsLost {
+sub GetLostItems {
     # Getting input args.
     my $filter  = shift;
     my $value   = shift;





More information about the Koha-cvs mailing list