Fixed to look for "non profit" in .db file when generating
npgallery.sgml.
This commit is contained in:
parent
aad7852eb3
commit
64f537133c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3989
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue