ipaddr is not available anymore

This commit is contained in:
Romain Bignon 2011-12-15 13:37:33 +01:00
commit 793810fdf3
2 changed files with 8 additions and 1 deletions

View file

@ -135,7 +135,8 @@ class Contact(_Contact):
TABLE = OrderedDict((
('_info', OrderedDict((
('title', FieldStr('title')),
('IPaddr', FieldIP('last_ip', 'first_ip')),
# ipaddr is not available anymore.
#('IPaddr', FieldIP('last_ip', 'first_ip')),
('admin', FieldBool('admin')),
('ban', FieldBool('isBan')),
('first', FieldStr('first_cnx')),