ispman/lib/ISPMan/DNSMan SOArecords.pm,1.24,1.25
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/lib/ISPMan/DNSMan
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv31773
Modified Files:
SOArecords.pm
Log Message:
fixed bug [ 1531695 ] SOA serial resets on SOA update
Index: SOArecords.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/ISPMan/DNSMan/SOArecords.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- SOArecords.pm 6 Jun 2006 10:08:49 -0000 1.24
+++ SOArecords.pm 1 Aug 2006 15:24:57 -0000 1.25
@@ -40,7 +40,7 @@
my $r = shift;
my $soa = $self->getSOA( $r->param('ispmanDomain') );
- foreach ( ('primary','rootmail','serial','refresh','retry','expire','minimum') ){
+ foreach ( ('primary','rootmail','refresh','retry','expire','minimum') ){
$soa->{$_} = $r->param($_);
}
$self->setDNSsOARecord( $r->param("ispmanDomain"), $soa );
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV