← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~googol-hush/openlp/fixes into lp:openlp

 

Andreas Preikschat has proposed merging lp:~googol-hush/openlp/fixes into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)


This should fix bug #641734.
-- 
https://code.launchpad.net/~googol-hush/openlp/fixes/+merge/35927
Your team OpenLP Core is requested to review the proposed merge of lp:~googol-hush/openlp/fixes into lp:openlp.
=== modified file 'scripts/bible-1to2-converter.py'
--- scripts/bible-1to2-converter.py	2010-07-27 09:32:52 +0000
+++ scripts/bible-1to2-converter.py	2010-09-18 16:17:46 +0000
@@ -127,6 +127,8 @@
     for row in rows:
         key = unicode(row[0], u'cp1252')
         value = unicode(row[1], u'cp1252')
+        if key == u'Permission':
+            key = u'Permissions'
         sql_insert = u'INSERT INTO metadata '\
             '("key", "value") '\
             'VALUES (?, ?)'


Follow ups