[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:17:57 UTC 2011


The following commit has been merged in the debian branch:
commit 429df244c2304ee1acb08057ee2393ddce06c285
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Thu Aug 20 14:08:47 2009 +0200

    opimd: SQLite-Dates: fix typo when updating entry

diff --git a/framework/subsystems/opimd/pimb_sqlite_dates.py b/framework/subsystems/opimd/pimb_sqlite_dates.py
index 7eb1cae..72c60dd 100644
--- a/framework/subsystems/opimd/pimb_sqlite_dates.py
+++ b/framework/subsystems/opimd/pimb_sqlite_dates.py
@@ -152,7 +152,7 @@ class SQLiteDatesBackend(Backend):
         self.con.commit()
         cur.close()
 
-    def upd_entry(self, datet_data):
+    def upd_entry(self, date_data):
         reqfields = ['Begin', 'End', 'Message']
         cur = self.con.cursor()
         for (field, value) in date_data:

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list