--- ECHO_content/ECHO_helpers.py 2005/06/09 16:35:51 1.53 +++ ECHO_content/ECHO_helpers.py 2005/06/09 21:57:30 1.54 @@ -241,7 +241,7 @@ class ECHO_basis: coords = string.split(coordstring, ',') angle = self.REQUEST.get('angle.new', '0') type = self.REQUEST.get('type.new', 'area') - permanent = self.REQUEST.get('permanent.'+id, '') + permanent = self.REQUEST.get('permanent.new', '') if len(coords) == 4: coords.append(angle) area = MapArea(None, coords, type=type, permanent=permanent)