[sword-svn] r265 - trunk/modules/geneve

refdoc at crosswire.org refdoc at crosswire.org
Thu Dec 31 08:37:24 MST 2009


Author: refdoc
Date: 2009-12-31 08:37:24 -0700 (Thu, 31 Dec 2009)
New Revision: 265

Modified:
   trunk/modules/geneve/wb.pl
Log:
I think I am nearly there


Modified: trunk/modules/geneve/wb.pl
===================================================================
--- trunk/modules/geneve/wb.pl	2009-12-31 09:35:52 UTC (rev 264)
+++ trunk/modules/geneve/wb.pl	2009-12-31 15:37:24 UTC (rev 265)
@@ -10,10 +10,11 @@
         
         $ref =~ s/,/:/;
         
-#        print ("I received", $_[0]," split into ref:", $ref, " and context :",$context."\n");
+        
               
         my $return = `vs2osisref "$ref" $context de`;
-        chop($return)
+        $return =~ s/\n$//;
+        $return;
         }
 
 




More information about the sword-cvs mailing list