koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.40,1.41
Date: Wed, 09 Oct 2002 07:17:52 -0700

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 address@hidden
  
+ # $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




reply via email to

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