Changeset 880
- Timestamp:
- 06/01/16 17:59:44 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/admin.cgi
r801 r880 147 147 $page->param(fbid => $fbid); 148 148 $page->param(parid => $fbparent); 149 my $rdns= getBlockRDNS($ip_dbh, id => $fbparent, type => ($webvar{alloctype} =~ /^.i$/ ? 'i' : 'b'),149 my ($rdns,$rcached) = getBlockRDNS($ip_dbh, id => $fbparent, type => ($webvar{alloctype} =~ /^.i$/ ? 'i' : 'b'), 150 150 user => $authuser); 151 151 $page->param(rdns => $rdns);
Note:
See TracChangeset
for help on using the changeset viewer.