ipaddr is not available anymore
This commit is contained in:
parent
d8a3a4360e
commit
793810fdf3
2 changed files with 8 additions and 1 deletions
|
|
@ -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')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue