[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.40,1.41

Andrew Arensburger arensb at users.sourceforge.net
Wed Oct 9 16:17:52 CEST 2002


Update of /cvsroot/koha/koha/C4/Circulation
In directory usw-pr-cvs1:/tmp/cvs-serv27479

Modified Files:
	Circ2.pm 
Log Message:
Added POD.
Added a bunch of FIXMEs.
Trimmed trailing whitespace.


Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** Circ2.pm	7 Oct 2002 00:52:28 -0000	1.40
--- Circ2.pm	9 Oct 2002 14:17:49 -0000	1.41
***************
*** 4,7 ****
--- 4,8 ----
  #written 3/11/99 by olwen at katipo.co.nz
  
+ # $Id$
  
  # Copyright 2000-2002 Katipo Communications
***************
*** 38,84 ****
  
  use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
[...1757 lines suppressed...]
  		my $consth = $dbh->prepare($conquery);
***************
*** 1163,1166 ****
--- 1837,1841 ----
  	    $updsth->execute;
  	    $updsth->finish;
+ 	    # FIXME - "last;" here to break out of the loop early.
  	}
      }
***************
*** 1170,1171 ****
--- 1845,1852 ----
  
  END { }       # module clean-up code here (global destructor)
+ 
+ 1;
+ __END__
+ =back
+ 
+ =cut





More information about the Koha-cvs mailing list