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

(-)a/C4/Reports/Guided.pm (-2 / +2 lines)
Lines 427-433 sub nb_rows { Link Here
427
427
428
428
429
    my $dbh = C4::Context->dbh;
429
    my $dbh = C4::Context->dbh;
430
    my ( $sth, $n );
430
    my $sth;
431
    my $n = 0;
431
432
432
    my $RaiseError = $dbh->{RaiseError};
433
    my $RaiseError = $dbh->{RaiseError};
433
    my $PrintError = $dbh->{PrintError};
434
    my $PrintError = $dbh->{PrintError};
434
- 

Return to bug 23982