Extension ext-network continued:
[mailer.git] / inc / modules / admin / what-list_network_params.php
index 12fc5b7cff2c74cdee5ee790cdd47facfc9900d2..d8cabb694b8281ecb6b95d58af400e5a37e60a77 100644 (file)
@@ -85,7 +85,7 @@ if (isGetRequestElementSet('network_id')) {
 
        // Load all advert types for given network
        $result = SQL_QUERY_ESC("SELECT
-       p.`network_param_id`,
+       p.`network_request_param_id`,
        t.`network_type_id`,
        t.`network_type_handle`,
        p.`network_request_param_key`,
@@ -101,7 +101,7 @@ WHERE
        p.`network_id`=%s".$ADD."
 ORDER BY
        t.`network_type_handle` ASC,
-       p.`network_param_id` ASC",
+       p.`network_request_param_id` ASC",
                array(getRequestElement('network_id')), __FILE__, __LINE__);
 
        // Do we have entries?