branch | stable |
changeset 3689 | deb13e88e037 |
parent 3165 | 0a50ebe53db7 |
child 3720 | 5376aaadd16b |
child 4212 | ab6573088b4a |
--- a/web/views/xmlrss.py Thu Oct 15 18:43:04 2009 +0200 +++ b/web/views/xmlrss.py Thu Oct 15 20:29:21 2009 +0200 @@ -89,7 +89,7 @@ if '(' in tag: attrs['expr'] = tag tag = 'funccall' - if val is not None and not eschema(etype).is_final(): + if val is not None and not eschema(etype).final: attrs['eid'] = val # csvrow.append(val) # val is eid in that case val = self.view('textincontext', rset,