Ignore:
Timestamp:
10/30/12 12:34:14 (12 years ago)
Author:
Kris Deugau
Message:

/branches/stable

*sigh* Another fine brown-paper-bag commit.

  • $webvar{forcettl}/{newttl} passing truncated due to not watching what needed to be trimmed from the merge
  • TTL override needed to reach the actual insert processing; this was already reworked on /trunk due to other changes

And just for good measure, bump the patch version for release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/DNSDB.pm

    r437 r438  
    3232use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
    3333
    34 $VERSION        = "1.0.4";      ##VERSION##
     34$VERSION        = "1.0.5";      ##VERSION##
    3535@ISA            = qw(Exporter);
    3636@EXPORT_OK      = qw(
     
    18111811      $nsflag = 1 if $type eq 'NS';
    18121812
    1813       my @vallist = ($dom_id, $rr->name, $reverse_typemap{$type}, $rr->ttl);
     1813      my @vallist = ($dom_id, $rr->name, $reverse_typemap{$type}, $ttl);
    18141814
    18151815# "Primary" types:
Note: See TracChangeset for help on using the changeset viewer.