[Koha-patches] [PATCH] Removing noisy warn in C4/XSLT.pm

Chris Cormack chrisc at catalyst.net.nz
Sun Feb 7 22:49:27 CET 2010


---
 C4/XSLT.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/XSLT.pm b/C4/XSLT.pm
index 1c7184a..a5cf211 100644
--- a/C4/XSLT.pm
+++ b/C4/XSLT.pm
@@ -126,7 +126,7 @@ sub XSLTParse4Display {
     my $itemsxml  = buildKohaItemsNamespace($biblionumber);
     my $xmlrecord = $record->as_xml(C4::Context->preference('marcflavour'));
     my $sysxml = "<sysprefs>\n";
-    warn $xmlrecord;
+#    warn $xmlrecord;
     foreach my $syspref ( qw/OPACURLOpenInNewWindow DisplayOPACiconsXSLT URLLinkText/ ) {
         $sysxml .= "<syspref name=\"$syspref\">" .
                    C4::Context->preference( $syspref ) .
-- 
1.6.3.3




More information about the Koha-patches mailing list