Closed (fixed)
Project:
Bible
Version:
7.x-1.4-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2011 at 01:45 UTC
Updated:
10 Nov 2011 at 21:31 UTC
The module is working except for when we use the search bible form.
It always comes up with an error notice:
Notice: Undefined index: select in bible_search_form_submit() (line 2295 of /home/stpaulsg/public_html/web/sites/all/modules/bible/bible.module).
The code that the notice refers to is
$bible = $form['search']['select']['#value'];
What can i do to fix this issue?
Comments
Comment #1
MikeLee_Birdy commentedDear Sir:
This bug happens when only one bible imports. There's two ways to solve:
1. Add another bible;
2. Add these lines after 2263:
Thanks for reporting bug.
MikeLee
Comment #2
ofcourse commentedThank you so much.
It worked.
And thanks for an excellent module.