Diff for /ECHO_content/ECHO_helpers.py between versions 1.53 and 1.54

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

Removed from v.1.53  
changed lines
  Added in v.1.54


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>