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

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 08:09:28 CEST 2002


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)=@_;
***************
*** 592,600 ****
   return($data);
  }
- 
- 
- 
- 
- 
- 			
- END { }       # module clean-up code here (global destructor)
--- 764,765 ----





More information about the Koha-cvs mailing list