mcramer
2012-06-18 562ed321020625242e670f8b18ec95bcb0729caa
Bugfix: Old connection method used, changed to use correct db class connection check

1 files modified
2 ■■■ changed files
interface/web/tools/dns_import_tupa.php 2 ●●● patch | view | raw | blame | history
interface/web/tools/dns_import_tupa.php
@@ -82,7 +82,7 @@
    }
    
    //* Connect to DB
    if($exdb->connect()) {
    if($exdb !== false) {
        $domains = $exdb->queryAllRecords("SELECT * FROM domains WHERE type = 'MASTER'");
        if(is_array($domains)) {
            foreach($domains as $domain) {