From dfe31f370d9b5c5216a4ef714bb1b0bc639f1c93 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Wed, 14 Oct 2009 06:13:09 +0100 Subject: [PATCH] More bible changes --- openlp/plugins/bibles/lib/manager.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openlp/plugins/bibles/lib/manager.py b/openlp/plugins/bibles/lib/manager.py index c0ff932a4..5fd20b4af 100644 --- a/openlp/plugins/bibles/lib/manager.py +++ b/openlp/plugins/bibles/lib/manager.py @@ -294,8 +294,10 @@ class BibleManager(object): book, chapter) if count == 0: text = self.get_verse_text(bible, book, chapter, chapter, 1, 1) + print text count = self.bible_db_cache[bible].get_max_bible_book_verses( book, chapter) + print count return count else: return self.bible_db_cache[bible].get_max_bible_book_verses(