[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Sebastian Krzyszkowiak seba.dos1 at gmail.com
Sat Aug 6 08:18:31 UTC 2011


The following commit has been merged in the debian branch:
commit c5ce1a2d7093141833a27f862d4ad2115f69fc40
Author: Heinervdm <zimmermann at vdm-design.de>
Date:   Wed Sep 16 19:25:53 2009 +0200

    opimd: Dates: fix copy and paste error
    Signed-off-by: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>

diff --git a/framework/subsystems/opimd/pimb_sqlite_dates.py b/framework/subsystems/opimd/pimb_sqlite_dates.py
index 42f68aa..8f1a46a 100644
--- a/framework/subsystems/opimd/pimb_sqlite_dates.py
+++ b/framework/subsystems/opimd/pimb_sqlite_dates.py
@@ -191,7 +191,7 @@ class SQLiteDatesBackend(Backend):
                 date_data[field]=''
 
         cur = self.con.cursor()
-        cur.execute('INSERT INTO dates (Begin, End, Message) VALUES (?,?,?)',(date_data['Begin'], date_data['End'], date_data['End']))
+        cur.execute('INSERT INTO dates (Begin, End, Message) VALUES (?,?,?)',(date_data['Begin'], date_data['End'], date_data['Message']))
         cid = cur.lastrowid
         for field in date_data:
             if not field in reqfields:

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list