From 78d90b6b75e503417998d01a6219eb0d227e32f6 Mon Sep 17 00:00:00 2001
From: Renaud Le Gac <renaud.legac@free.fr>
Date: Thu, 22 Dec 2011 12:52:27 +0100
Subject: [PATCH] Bug already fixed in cvtSvg.to_form_panel but lost after a
 git rebase ?

---
 modules/plugin_dbui/cvtsvc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/plugin_dbui/cvtsvc.py b/modules/plugin_dbui/cvtsvc.py
index 0ef29107..310a82c0 100644
--- a/modules/plugin_dbui/cvtsvc.py
+++ b/modules/plugin_dbui/cvtsvc.py
@@ -344,7 +344,7 @@ class CvtSvc(BaseSvc):
 
         # add a store for non dummy database        
         if table._db._uri:
-            cfg['store'] = STOREID % tablename,
+            cfg['store'] = STOREID % tablename
         
         # handle form modifier
         form_modifiers = self.environment['plugins'].dbui.form_modifiers
-- 
GitLab