... oops missed a reviewer checkin condition.

git-svn-id: svn://10.0.0.236/trunk@131238 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
matty%chariot.net.au
2002-10-05 15:08:50 +00:00
parent 84277bc1b7
commit c5399b95da

View File

@@ -478,7 +478,7 @@ my $lastb = 0;
my @list;
while (1) {
my ($b, $k) = FetchSQLData();
if (!defined $b || $b ne $lastb) {
if (!defined $b || $b != $lastb) {
if (@list) {
$realk{$lastb} = join(', ', @list);
}