koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Reserves2.pm,1.23,1.24


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Reserves2.pm,1.23,1.24
Date: Sat, 12 Oct 2002 23:09:28 -0700

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

Modified Files:
        Reserves2.pm 
Log Message:
Added partial POD (but I don't understand reserves well enough to
continue).
Added magic RCS comment.
Added some explanatory comments.
Removed trailing whitespace.
Added some FIXME comments.
Moved comments in first column to where they wouldn't obscure the
indentation.
Removed unused finalizer.


Index: Reserves2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Reserves2.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** Reserves2.pm        12 Oct 2002 07:32:06 -0000      1.23
--- Reserves2.pm        13 Oct 2002 06:09:26 -0000      1.24
***************
*** 1,4 ****
--- 1,6 ----
  package C4::Reserves2;
  
+ # $Id$
+ 
  # Copyright 2000-2002 Katipo Communications
  #
***************
*** 28,67 ****
  
[...1137 lines suppressed...]
        $sth->execute($rank, $branch, $biblio, $borrower);
!       $sth->finish;
      }
  }
  
+ # XXX - POD
  sub getreservetitle {
   my ($biblio,$bor,$date,$timestamp)address@hidden;
***************
*** 592,600 ****
   return($data);
  }
- 
- 
- 
- 
- 
-                       
- END { }       # module clean-up code here (global destructor)
--- 764,765 ----




reply via email to

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