[Mpuls-commits] r3483 - in jmd/trunk: . jmdweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Aug 30 15:46:45 CEST 2010


Author: bh
Date: 2010-08-30 15:46:43 +0200 (Mon, 30 Aug 2010)
New Revision: 3483

Modified:
   jmd/trunk/ChangeLog
   jmd/trunk/jmdweb/lib/search.py
Log:
* jmdweb/lib/search.py (CaseSearch.get_gender_clause): Adapt to
base class changes: Remove search parameter.


Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog	2010-08-30 13:46:32 UTC (rev 3482)
+++ jmd/trunk/ChangeLog	2010-08-30 13:46:43 UTC (rev 3483)
@@ -1,3 +1,8 @@
+2010-08-30  Bernhard Herzog  <bh at intevation.de>
+
+	* jmdweb/lib/search.py (CaseSearch.get_gender_clause): Adapt to
+	base class changes: Remove search parameter.
+
 2010-08-27  Bernhard Herzog  <bh at intevation.de>
 
 	* jmdweb/lib/app_globals.py, jmdstrukturweb/lib/app_globals.py:

Modified: jmd/trunk/jmdweb/lib/search.py
===================================================================
--- jmd/trunk/jmdweb/lib/search.py	2010-08-30 13:46:32 UTC (rev 3482)
+++ jmd/trunk/jmdweb/lib/search.py	2010-08-30 13:46:43 UTC (rev 3483)
@@ -40,7 +40,7 @@
                      + ("gender",))
 
 
-    def get_gender_clause(self, search, options):
+    def get_gender_clause(self, options):
         gender = options.get("gender")
         if gender is not None:
             return "m.geschlecht = %s" % gender



More information about the Mpuls-commits mailing list