Changeset 930


Ignore:
Timestamp:
08/28/25 13:11:53 (9 days ago)
Author:
Kris Deugau
Message:

/branches/secondaryzones

Minor cleanup of typo and table name change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/secondaryzones/autoaxfr-import.pl

    r925 r930  
    5656
    5757##fixme: option flags for these
    58 my $cverbose = 0;
     58my $verbose = 0;
    5959my $group = 1;
    6060my $status = 1;
     
    7979  my $autoroot = "$ARGV[0]/slaves/";
    8080
    81   my $zsth = $dbh->prepare("INSERT INTO secondaryzones (zone, primaryserver, group_id, status) VALUES (?,?,?,?) RETURNING secondary_id");
     81  my $zsth = $dbh->prepare("INSERT INTO secondary_zones (zone, primaryserver, group_id, status) VALUES (?,?,?,?) RETURNING secondary_id");
    8282
    8383  if (opendir AUTOROOT, $autoroot) {
Note: See TracChangeset for help on using the changeset viewer.