Merge branch 'master' into patch-1

This commit is contained in:
kienanstewart 2019-05-10 19:05:12 -04:00 committed by GitHub
commit 1c3e9d7d65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 sd.web_action NOT IN ('DELETE')
ORDER BY ENTRY ;");
$t="";
while ($db->next_record()) {