koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Catalogue.pm,1.21,1.22


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Catalogue.pm,1.21,1.22
Date: Mon, 23 Sep 2002 06:52:41 -0700

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

Modified Files:
        Catalogue.pm 
Log Message:
Added POD.
Removed unnecessary trailing whitespace.


Index: Catalogue.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Catalogue.pm,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** Catalogue.pm        14 Aug 2002 18:12:51 -0000      1.21
--- Catalogue.pm        23 Sep 2002 13:52:38 -0000      1.22
***************
*** 1,3 ****
! package C4::Catalogue; #asummes C4/Acquisitions.pm
  
  # Continue working on updateItem!!!!!!
--- 1,3 ----
! package C4::Catalogue; #assumes C4/Acquisitions.pm
  
  # Continue working on updateItem!!!!!!
***************
*** 39,54 ****
  $VERSION = 0.01;
[...1047 lines suppressed...]
! 
      $dbh->disconnect;
  } # sub deletewebsite
  
  END { }       # module clean-up code here (global destructor)
+ 
+ 1;
+ __END__
+ 
+ =back
+ 
+ =head1 AUTHOR
+ 
+ Koha Developement team <address@hidden>
+ 
+ =head1 SEE ALSO
+ 
+ L<perl>.
+ 
+ =cut




reply via email to

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