Update of /cvsroot/koha/koha In directory usw-pr-cvs1:/tmp/cvs-serv24927/koha Modified Files: shelves.pl Log Message: Added header and log substition variables Index: shelves.pl =================================================================== RCS file: /cvsroot/koha/koha/shelves.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** shelves.pl 2001/02/07 20:27:16 1.1 --- shelves.pl 2001/02/07 23:47:43 1.2 *************** *** 4,7 **** --- 4,9 ---- # $Header$ # + # Change log is at the bottom of the file + # use strict; *************** *** 115,118 **** --- 117,123 ---- # # $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.