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

(-)a/C4/Letters.pm (-1 / +1 lines)
Lines 550-555 sub _substitute_tables { Link Here
550
            $sth->execute( $ref ? @$param : $param );
550
            $sth->execute( $ref ? @$param : $param );
551
551
552
            $values = $sth->fetchrow_hashref;
552
            $values = $sth->fetchrow_hashref;
553
            $sth->finish();
553
        }
554
        }
554
555
555
        _parseletter ( $letter, $table, $values );
556
        _parseletter ( $letter, $table, $values );
556
- 

Return to bug 10559