server/msplanner.py
changeset 4956 e8a5cd5032f4
parent 4722 9c13d5db03d9
child 5004 4cc020ee70e2
child 5168 1ab032df5ca3
--- a/server/msplanner.py	Fri Mar 19 09:08:09 2010 +0100
+++ b/server/msplanner.py	Fri Mar 19 10:07:30 2010 +0100
@@ -313,8 +313,6 @@
             if varobj.stinfo['uidrels']:
                 vrels = varobj.stinfo['relations'] - varobj.stinfo['uidrels']
                 for rel in varobj.stinfo['uidrels']:
-                    if rel.neged(strict=True) or rel.operator() != '=':
-                        continue
                     for const in rel.children[1].get_nodes(Constant):
                         eid = const.eval(self.plan.args)
                         source = self._session.source_from_eid(eid)