[sword-svn] r508 - trunk/modules/crossreferences
refdoc at crosswire.org
refdoc at crosswire.org
Sat Dec 26 06:39:22 MST 2015
Author: refdoc
Date: 2015-12-26 06:39:22 -0700 (Sat, 26 Dec 2015)
New Revision: 508
Modified:
trunk/modules/crossreferences/xreffix.pl
Log:
some old fixes remaining uncommitted to log output
Modified: trunk/modules/crossreferences/xreffix.pl
===================================================================
--- trunk/modules/crossreferences/xreffix.pl 2015-12-26 06:40:51 UTC (rev 507)
+++ trunk/modules/crossreferences/xreffix.pl 2015-12-26 13:39:22 UTC (rev 508)
@@ -103,11 +103,9 @@
if (/<div\ type\=\"book\"\ osisID=\"(.+?)\">/) {
$c_book=$1;
- print "\n"."Now working on ".$c_book."\n";
}
if (/<chapter\ sID\=\".*?\.([0-9]+)\"/) {
$c_chapter=$1;
- print "\n"."Now working on ".$c_book.$c_chapter."\n";
}
if (/<verse\ sID\=\".*?\.([0-9]+)\"/) {
@@ -132,8 +130,8 @@
sub createReference() {
my $ref = @_[0];
- print "I got this here: ".$ref."\n";
- print "this is the current scope: ". at _[1].".". at _[2].".". at _[3]."\n";
+ print @_[1].".". at _[2].".". at _[3];
+ print "\t".$ref;
my $scope= new Sword::VerseKey;
$scope->setText(@_[1].".". at _[2].".". at _[3]);
More information about the sword-cvs
mailing list