Commit ba6dc5bb authored by matty%chariot.net.au's avatar matty%chariot.net.au

... oops missed a reviewer checkin condition.

parent e09cf040
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment