From 73fb28c105ea6fb43d0a22762b96baff11e00631 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 21 Aug 2007 07:23:44 +0200 Subject: [PATCH] Add a no less true, but slightly more encouraging comment. --- perl/update-image-info.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/perl/update-image-info.pl b/perl/update-image-info.pl index 8de71c0..611a4b5 100755 --- a/perl/update-image-info.pl +++ b/perl/update-image-info.pl @@ -1,6 +1,8 @@ #! /usr/bin/perl -# Warning: This is sort of outdated now. :-/ +# Warning: This is sort of outdated now. :-/ What really should be done is make +# update_image_info() includeable from outside mod_perl, so we don't have +# to duplicate the code in here. use lib qw(.); use DBI; -- 2.39.2