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

(-)a/misc/sax_parser_print.pl (-2 / +1 lines)
Lines 12-15 You have: Link Here
12
    $parser\n";
12
    $parser\n";
13
print "Looks " .
13
print "Looks " .
14
    ($parser =~ /^XML::LibXML::SAX::Parser=HASH/ ?
14
    ($parser =~ /^XML::LibXML::SAX::Parser=HASH/ ?
15
    "good.\n" : "bad, check INSTALL.* documentation.\n");
15
    "good.\n" : "bad, check the Koha wiki documentation at https://wiki.koha-community.org.\n");
16
- 

Return to bug 17626