Added header and log substition variables
authortonnesen <tonnesen>
Wed, 7 Feb 2001 23:47:43 +0000 (23:47 +0000)
committertonnesen <tonnesen>
Wed, 7 Feb 2001 23:47:43 +0000 (23:47 +0000)
C4/BookShelves.pm
shelves.pl

index b192e7e..e47a8ab 100755 (executable)
@@ -3,6 +3,9 @@ package C4::BookShelves; #asummes C4/BookShelves
 #
 # $Header$
 #
+#
+# Change log is at the bottom of the file
+#
 #requires DBI.pm to be installed
 
 use strict;
@@ -139,6 +142,9 @@ END { }       # module clean-up code here (global destructor)
 
 #
 # $Log$
+# Revision 1.2  2001/02/07 23:47:43  tonnesen
+# Added header and log substition variables
+#
 # Revision 1.1  2001/02/07 20:27:17  tonnesen
 # Start of code to implement virtual bookshelves in Koha.
 #
index 68b6399..094e689 100755 (executable)
@@ -3,6 +3,8 @@
 #
 # $Header$
 #
+# Change log is at the bottom of the file
+#
 
 use strict;
 use C4::Search;
@@ -114,6 +116,9 @@ EOF
 
 #
 # $Log$
+# Revision 1.2  2001/02/07 23:47:43  tonnesen
+# Added header and log substition variables
+#
 # Revision 1.1  2001/02/07 20:27:16  tonnesen
 # Start of code to implement virtual bookshelves in Koha.
 #