View | Details | Raw Unified | Return to bug 6253
Collapse All | Expand All

(-)a/C4/SQLHelper.pm (-2 / +1 lines)
Lines 415-421 sub _Process_Operands{ Link Here
415
	my @tmpkeys;
415
	my @tmpkeys;
416
	my @localkeys;
416
	my @localkeys;
417
417
418
    $operand = [$operand] unless ref $operand;
418
    $operand = [$operand] unless ref $operand eq 'ARRAY';
419
    foreach (@$operand) {
419
    foreach (@$operand) {
420
	    push @tmpkeys, " $field = ? ";
420
	    push @tmpkeys, " $field = ? ";
421
	    push @values, $_;
421
	    push @values, $_;
422
- 

Return to bug 6253