[Mpuls-commits] r2418 - wasko/branches/2.0/mpulsweb/model

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Apr 19 16:32:07 CEST 2010


Author: torsten
Date: 2010-04-19 16:32:06 +0200 (Mon, 19 Apr 2010)
New Revision: 2418

Modified:
   wasko/branches/2.0/mpulsweb/model/phase.py
Log:
* mpulsweb/model/phase.py (PhasePart.is_ok): Wald. #1405. Fixed
	checking of phases.


Modified: wasko/branches/2.0/mpulsweb/model/phase.py
===================================================================
--- wasko/branches/2.0/mpulsweb/model/phase.py	2010-04-19 14:20:07 UTC (rev 2417)
+++ wasko/branches/2.0/mpulsweb/model/phase.py	2010-04-19 14:32:06 UTC (rev 2418)
@@ -265,7 +265,6 @@
             try:
                 values = {realid: self.id}
                 self.it.setData(values)
-                return True
             except:
                 return False
         



More information about the Mpuls-commits mailing list