[Mpuls-commits] r2856 - base/trunk/mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jun 2 15:48:06 CEST 2010


Author: roland
Date: 2010-06-02 15:48:06 +0200 (Wed, 02 Jun 2010)
New Revision: 2856

Modified:
   base/trunk/mpulsweb/lib/search.py
Log:
chopped long line

Modified: base/trunk/mpulsweb/lib/search.py
===================================================================
--- base/trunk/mpulsweb/lib/search.py	2010-06-02 13:45:19 UTC (rev 2855)
+++ base/trunk/mpulsweb/lib/search.py	2010-06-02 13:48:06 UTC (rev 2856)
@@ -24,7 +24,8 @@
     WHERE %(where)s
     %(order)s
 """
-SEARCH_FIELDS = """m.id, m.phase, %s st.status, st.zugriff, st.id as s_id, ARRAY(SELECT tag_id FROM nm_tags_cases_view WHERE case_id = m.id) AS tags """
+SEARCH_FIELDS = """m.id, m.phase, %s st.status, st.zugriff, st.id as s_id,
+ARRAY(SELECT tag_id FROM nm_tags_cases_view WHERE case_id = m.id) AS tags """
 SEARCH_ORDER = """ORDER BY %s %s"""
 
 log = logging.getLogger(__name__)



More information about the Mpuls-commits mailing list