... 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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user