Fixed to look for "non profit" in .db file when generating

npgallery.sgml.
This commit is contained in:
nsj 1998-12-30 05:31:44 +00:00
parent aad7852eb3
commit 64f537133c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3989

View file

@ -26,7 +26,7 @@ $type = $ARGV[0];
if ($type =~ m/commercial/i) {
$type = "commercial";
} elsif ($type =~ m/nonprofit/i) {
$type = "nonprofit";
$type = "non profit";
} elsif ($type =~ m/personal/i) {
$type = "personal";
} else {