- Timestamp:
- 06/10/14 13:32:27 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r639 r642 4203 4203 $logdata{entry} .= "', TTL $ttl"; 4204 4204 $logdata{entry} .= ", location ".$self->getLoc($location)->{description} if $location; 4205 $logdata{entry} .= ($expires eq 'after' ? ', valid after ' : ', expires at').$stamp if $stamp;4205 $logdata{entry} .= ($expires ? ', expires at ' : ', valid after ').$stamp if $stamp; 4206 4206 4207 4207 # Allow transactions, and raise an exception on errors so we can catch it later. … … 4399 4399 $logdata{entry} .= "', TTL $ttl"; 4400 4400 $logdata{entry} .= ", location ".$self->getLoc($location)->{description} if $location; 4401 $logdata{entry} .= ($expires eq 'after' ? ', valid after ' : ', expires at').$stamp if $stamp;4401 $logdata{entry} .= ($expires ? ', expires at ' : ', valid after ').$stamp if $stamp; 4402 4402 4403 4403 local $dbh->{AutoCommit} = 0;
Note:
See TracChangeset
for help on using the changeset viewer.