[Mpuls-commits] r1706 - wasko/branches/2.0/jmdweb/model
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 23 16:24:50 CET 2010
Author: torsten
Date: 2010-02-23 16:24:49 +0100 (Tue, 23 Feb 2010)
New Revision: 1706
Modified:
wasko/branches/2.0/jmdweb/model/case.py
Log:
Fixed sql statement
Modified: wasko/branches/2.0/jmdweb/model/case.py
===================================================================
--- wasko/branches/2.0/jmdweb/model/case.py 2010-02-23 15:23:23 UTC (rev 1705)
+++ wasko/branches/2.0/jmdweb/model/case.py 2010-02-23 15:24:49 UTC (rev 1706)
@@ -97,8 +97,8 @@
INIT_CASE_SQL = """
UPDATE master_tbl_view
SET
- mitarbarbeiter_vorname = %(vorname)s,
- mitarbarbeiter_name = %(nachname)s
+ mitarbeiter_vorname = %(vorname)s,
+ mitarbeiter_name = %(nachname)s
WHERE id = %(id)s"""
LOAD_STANDIN_SQL = """
More information about the Mpuls-commits
mailing list