[Mpuls-commits] r432 - wasko/trunk/waskaweb/model
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Mar 25 10:47:34 CET 2009
Author: torsten
Date: 2009-03-25 10:47:34 +0100 (Wed, 25 Mar 2009)
New Revision: 432
Modified:
wasko/trunk/waskaweb/model/appointment.py
Log:
Fixed syntax error
Modified: wasko/trunk/waskaweb/model/appointment.py
===================================================================
--- wasko/trunk/waskaweb/model/appointment.py 2009-03-25 09:03:51 UTC (rev 431)
+++ wasko/trunk/waskaweb/model/appointment.py 2009-03-25 09:47:34 UTC (rev 432)
@@ -48,7 +48,7 @@
CREATE_GLOBAL_APPOINTMENT_SQL = "select create_global_termin_ds()"
STORE_GLOBAL_APPOINTMENT_SQL = "UPDATE ka_global_termine_tbl_view SET \
sdatum = %(start_date)s::timestamp, \
- edatum = %(end_date)s::timestam, \
+ edatum = %(end_date)s::timestamp, \
name = %(title)s, \
beschreibung = %(description)s, \
art = %(type)s \
More information about the Mpuls-commits
mailing list