Changeset 926 for trunk/cgi-bin/IPDB.pm
- Timestamp:
- Jul 12, 2019, 12:25:55 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r923 r926 1575 1575 $args{cidr} = new NetAddr::IP $args{cidr}; 1576 1576 } 1577 1578 # Spaces don't show up well in lots of places. Make sure they don't get into the DB. 1579 $args{custid} =~ s/^\s+//; 1580 $args{custid} =~ s/\s+$//; 1577 1581 1578 1582 $args{desc} = $args{description} if $args{description};
Note: See TracChangeset
for help on using the changeset viewer.