[sword-svn] r526 - trunk/modules/conf

refdoc at crosswire.org refdoc at crosswire.org
Wed May 30 05:50:06 MST 2018


Author: refdoc
Date: 2018-05-30 05:50:05 -0700 (Wed, 30 May 2018)
New Revision: 526

Modified:
   trunk/modules/conf/confmaker.pl
Log:
correction error


Modified: trunk/modules/conf/confmaker.pl
===================================================================
--- trunk/modules/conf/confmaker.pl	2018-05-30 12:38:35 UTC (rev 525)
+++ trunk/modules/conf/confmaker.pl	2018-05-30 12:50:05 UTC (rev 526)
@@ -136,9 +136,6 @@
 my $doc_text = new Sword::SWBuf($hs->parse($doc->toString()));
 
 ## obtain name, type and language
-for my $root ($doc->findnodes(q{/header/})) {
-    $root->unbindNode;
-}
 
 my @elements = $doc->getElementsByTagName('osisText');
 




More information about the sword-cvs mailing list