View | Details | Raw Unified | Return to bug 28622
Collapse All | Expand All

(-)modules/univention/admin/handlers/__init__.py (+2 lines)
 Lines 1999-2004    Link Here 
1999
1999
2000
		if self.hasChanged( 'ip' ):
2000
		if self.hasChanged( 'ip' ):
2001
			for ipAddress in self[ 'ip' ]:
2001
			for ipAddress in self[ 'ip' ]:
2002
				if not ipAddress:
2003
					continue
2002
				if self.oldinfo.has_key( 'ip' ) and ipAddress in self.oldinfo[ 'ip' ]:
2004
				if self.oldinfo.has_key( 'ip' ) and ipAddress in self.oldinfo[ 'ip' ]:
2003
					continue
2005
					continue
2004
				if not self.ip_alredy_requested:
2006
				if not self.ip_alredy_requested:

Return to bug 28622