From 401aada2ac2f57798d3596c049a8e2918206edb6 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Wed, 7 Feb 2001 23:47:43 +0000 Subject: [PATCH] Added header and log substition variables --- C4/BookShelves.pm | 6 ++++++ shelves.pl | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/C4/BookShelves.pm b/C4/BookShelves.pm index b192e7e776..e47a8ab3f7 100755 --- a/C4/BookShelves.pm +++ b/C4/BookShelves.pm @@ -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. # diff --git a/shelves.pl b/shelves.pl index 68b6399e94..094e689ab5 100755 --- a/shelves.pl +++ b/shelves.pl @@ -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. # -- 2.39.5