Closed (fixed)
Project:
Bible
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2011 at 19:54 UTC
Updated:
27 Jan 2012 at 13:08 UTC
Error message:
Notice: Undefined variable: bls theme_bible_chapter() függvényben (/srv/http/bibliad7/sites/all/modules/bible/bible.module 1727 sor).
Comments
Comment #1
MikeLee_Birdy commentedDear Sir:
Yes. It's a bug. This will happen when Anonynous user read reference data. I'll fix this in next version. Or you can move one line:
$bls = $verse->book. ':'. $verse->chapter. ':'. $verse->verse;From line#1689 to line#1681 just after
if ($curverse != $verse->verse) {MikeLee
Comment #2
MikeLee_Birdy commented