Fix the fix

This commit is contained in:
Charles Haley 2010-10-21 21:14:04 +01:00
parent cda0402d1c
commit 6375d4cc45

View file

@ -508,8 +508,6 @@ def format_field_extended(self, key, series_with_index=True):
self.format_series_index(res), res, cmeta)
else:
return (unicode(cmeta['name']+'_index'), '', '', cmeta)
else:
return (key, key, None, None)
if key in self.custom_field_keys():
res = self.get(key, None)