Changeset 446 for trunk/dns.cgi
- Timestamp:
- 01/04/13 17:06:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dns.cgi
r436 r446 449 449 450 450 fill_grouplist("grouplist"); 451 my $loclist = getLocDropdown($dbh, $curgroup); 452 $page->param(loclist => $loclist); 451 453 452 454 # prepopulate revpatt with the matching default record … … 473 475 474 476 my ($code,$msg) = addRDNS($dbh, $webvar{revzone}, $webvar{revpatt}, $webvar{group}, 475 ($webvar{makeactive} eq 'on' ? 1 : 0) );477 ($webvar{makeactive} eq 'on' ? 1 : 0), $webvar{location}); 476 478 477 479 if ($code eq 'OK') {
Note:
See TracChangeset
for help on using the changeset viewer.