Browse Source

Letters.pm: Minor change. Unsure if this is "the right" move, but pretty sure the line does not make sense as is.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Joe Atzberger 17 years ago
committed by Joshua Ferraro
parent
commit
a428b49167
  1. 3
      C4/Letters.pm

3
C4/Letters.pm

@ -192,8 +192,7 @@ sub getalert {
while ( my $line = $sth->fetchrow_hashref ) {
push @result, $line;
}
return \@result if $#result >= 0; # return only if there is one result.
return;
return \@result;
}
=head2 findrelatedto

Loading…
Cancel
Save