Closed (fixed)
Project:
Scripture Filter
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2007 at 15:47 UTC
Updated:
4 Jun 2007 at 21:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
artis commentedIn the scripturefilter.inc file change
Line 146 to:
$link = 'http://net.bible.org/verse.php?';
Line 151 to:
$link = sprintf('%s',$link,htmlentities(urlencode($book)),$chapter,$verses,$title,trim($reference));
Worked for me.
If I can figure out how to make a patch file ...i'll submit it to be committed to the module
Comment #2
artis commentedAlright...this is my first patch file ever so I hope it works. I've tested the code and it is ready to be committed to the module too.
Comment #3
Steve Simms commentedThanks for the patch. I went with the passage lookup (passage.php) instead of the verse lookup (verse.php) which seems to have a similar interface to the other translations.
Comment #4
(not verified) commented