]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_network_array_translation.php
Extension ext-network continued:
[mailer.git] / inc / modules / admin / what-list_network_array_translation.php
index c8c16af5ef922ccbc2e07e034464bc16ec771334..4b7a3734d3582d2b35b985e2aafe19b8094dd846 100644 (file)
@@ -89,7 +89,7 @@ if (isGetRequestElementSet('network_id')) {
        $result = SQL_QUERY_ESC("SELECT
        p.`network_array_id`,
        t.`network_type_id`,
-       t.`network_type_handle`,
+       t.`network_type_handler`,
        p.`network_array_index`,
        p.`sort`
 FROM
@@ -102,7 +102,7 @@ WHERE
        p.`network_id`=%s
        ".$ADD."
 ORDER BY
-       t.`network_type_handle` ASC,
+       t.`network_type_handler` ASC,
        p.`network_array_id` ASC",
                array(
                        bigintval(getRequestElement('network_id'))