Fix typo in table alias causing zone data queries to fail

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

View File

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