From 5428fada052d41065f45aa119fdfd0f3e33728d1 Mon Sep 17 00:00:00 2001 From: arensb Date: Thu, 10 Oct 2002 04:48:57 +0000 Subject: [PATCH] Added some FIXME comments. --- marc/File.pm | 3 +++ marc/USMARC.pm | 3 +++ updater/updatedatabase | 8 ++++++++ 3 files changed, 14 insertions(+) diff --git a/marc/File.pm b/marc/File.pm index 4001b7c136..1a33ef908c 100644 --- a/marc/File.pm +++ b/marc/File.pm @@ -29,6 +29,9 @@ use strict; use integer; use vars qw( $VERSION $ERROR ); +# FIXME - Fix the POD to conform to Perl style. In particular, +# functions get an =item, not a =head2. + =head1 VERSION Version 0.93 diff --git a/marc/USMARC.pm b/marc/USMARC.pm index eb4324545d..beb4a76dd8 100644 --- a/marc/USMARC.pm +++ b/marc/USMARC.pm @@ -18,6 +18,9 @@ package MARC::File::USMARC; # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA +# FIXME - Fix the POD to conform to Perl style. In particular, +# functions get an =item, not a =head2. + =head1 NAME MARC::File::USMARC - USMARC-specific file handling diff --git a/updater/updatedatabase b/updater/updatedatabase index a07eb3206c..1b7d9b0549 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -20,6 +20,11 @@ use DBI; # Koha modules use C4::Context; + # FIXME - /etc/koha.conf might not exist, so shouldn't use + # C4::Context. + +# FIXME - The user might be installing a new database, so can't rely +# on /etc/koha.conf anyway. my $debug=0; @@ -407,6 +412,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.20 2002/10/10 04:49:41 arensb +# Added some FIXME comments. +# # Revision 1.19 2002/10/05 10:17:17 arensb # Merged with arensb-context branch: use C4::Context->dbh instead of # &C4Connect, and generally prefer C4::Context over C4::Database. -- 2.39.2