Fix bug: FS#295 - MyDNS-ng ignores zone's active status
http://bugtracker.ispconfig.org/index.php?do=details&task_id=295&project=3
| | |
| | | soa-table = dns_soa # Name of table containing SOA records |
| | | rr-table = dns_rr # Name of table containing RR data |
| | | soa-where = server_id = {server_id} # Extra WHERE clause for SOA queries |
| | | rr-where = server_id = {server_id} # Extra WHERE clause for RR queries |
| | | rr-where = server_id = {server_id} # Extra WHERE clause for RR queries |
| | | use-soa-active = yes # To fix bug 295 where active or inactive status is ignored. |
| | | use-rr-active = yes# To fix bug 295 where active or inactive status is ignored. |