koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 BookShelves.pm,1.5,1.6


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 BookShelves.pm,1.5,1.6
Date: Mon, 23 Sep 2002 06:50:32 -0700

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

Modified Files:
        BookShelves.pm 
Log Message:
Fixed missing bit in POD.


Index: BookShelves.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/BookShelves.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** BookShelves.pm      22 Sep 2002 17:29:17 -0000      1.5
--- BookShelves.pm      23 Sep 2002 13:50:30 -0000      1.6
***************
*** 1,3 ****
! package C4::BookShelves; #asummes C4/BookShelves
  
  #
--- 1,3 ----
! package C4::BookShelves; #assumes C4/BookShelves
  
  #
***************
*** 44,48 ****
  =head1 DESCRIPTION
  
! FIXME
  
  =head1 FUNCTIONS
--- 44,50 ----
  =head1 DESCRIPTION
  
! This module provides functions for manipulating virtual bookshelves,
! including creating and deleting bookshelves, and adding and removing
! items to and from bookshelves.
  
  =head1 FUNCTIONS
***************
*** 279,282 ****
--- 281,287 ----
  #
  # $Log$
+ # Revision 1.6  2002/09/23 13:50:30  arensb
+ # Fixed missing bit in POD.
+ #
  # Revision 1.5  2002/09/22 17:29:17  arensb
  # Added POD.




reply via email to

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