Accepts subjects separated by | or \n

This commit is contained in:
rangi 2004-06-26 23:43:12 +00:00
parent 31b20b5015
commit 2feeb123ce

View file

@ -58,7 +58,7 @@ my $error;
&modaddauthor($bibnum, $addauthor);
$subject = uc($subject);
@sub = split(/\|/, $subject);
@sub = split(/\||\n/, $subject);
$count = @sub;
for (my $i = 0; $i < $count; $i++) {