Do not add bind entries for sub domaines marked for deletion

Fixes #328
This commit is contained in:
Kienan Stewart 2019-04-12 16:31:17 -04:00
parent 7a6d800e21
commit e6c042331d
No known key found for this signature in database
GPG Key ID: 075A846E78FE47EA
1 changed files with 2 additions and 1 deletions

View File

@ -225,6 +225,7 @@ class m_bind {
WHERE
sd.type=dt.name
AND sd.enable IN ('ENABLE', 'ENABLED')
AND sb.web_action NOT IN ('DELETE')
ORDER BY ENTRY ;");
$t="";
while ($db->next_record()) {