Changeset 585 for trunk/cgi-bin/main.cgi
- Timestamp:
- 01/16/13 17:16:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r584 r585 318 318 $page->param(rdepth => $webvar{rdepth}); 319 319 320 my $rdns = getBlockRDNS($ip_dbh, $webvar{block}, $webvar{rdepth}, vrf => $webvar{vrf}, user => $authuser); 321 $page->param(rdns => $rdns) if $rdns; 322 320 323 $webvar{fbtype} = '' if !$webvar{fbtype}; 321 324 if ($webvar{fbtype} eq 'i') { … … 468 471 $page->param(rdepth => $webvar{rdepth}); 469 472 $page->param(cidr => $cidr); 473 $page->param(rdns => $webvar{rdns}); 470 474 $page->param(city => $q->escapeHTML($webvar{city})); 471 475 $page->param(custid => $webvar{custid}); … … 518 522 rdepth => $webvar{rdepth}, custid => $webvar{custid}, type => $webvar{alloctype}, city => $webvar{city}, 519 523 desc => $webvar{desc}, notes => $webvar{notes}, circid => $webvar{circid}, 520 privdata => $webvar{privdata}, nodeid => $webvar{node} );524 privdata => $webvar{privdata}, nodeid => $webvar{node}, rdns => $webvar{rdns}, user => $authuser); 521 525 522 526 if ($code eq 'OK') {
Note:
See TracChangeset
for help on using the changeset viewer.