Fixes loading of network type config
authorRoland Häder <roland@mxchange.org>
Tue, 23 Aug 2011 18:03:30 +0000 (18:03 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 23 Aug 2011 18:03:30 +0000 (18:03 +0000)
inc/modules/admin/what-config_network_types.php
templates/de/html/admin/admin_show_config_network_type.tpl

index a2666bb8ef51b4c53e4187a6f121ee1f538ecf4c..01800dc75f0468fdf1c42a404f61993d2b7f17ea 100644 (file)
@@ -94,7 +94,7 @@ LIMIT 1',
                        $result_config = SQL_QUERY_ESC('SELECT
        `network_data_id`,
        `network_max_reload_time`,
-       `network_min_waiting_time`
+       `network_min_waiting_time`,
        `network_min_remain_clicks`,
        `network_min_payment`,
        `network_allow_erotic`
@@ -186,10 +186,10 @@ LIMIT 1',
                        // Do we have an entry?
                        if (SQL_NUMROWS($result_config) == 1) {
                                // Load this data as well
-                               $contentConfig = merge_array($content, SQL_FETCHARRAY($result_config));
+                               $content = merge_array($content, SQL_FETCHARRAY($result_config));
 
                                // Add it with extra template
-                               $content['network_type_config_content'] = loadTemplate('admin_show_config_network_type', true, $contentConfig);
+                               $content['network_type_config_content'] = loadTemplate('admin_show_config_network_type', true, $content);
                        } else {
                                // No configuration found, so display form
                                $content['network_type_config_content'] = loadTemplate('admin_add_config_network_type', true, $content);
index 5fc80073e2b7daf82c7c351a1550ae558f8da8d2..4905da47d149ad99832832172c181513801c6575 100644 (file)
@@ -10,7 +10,7 @@
        </div>
        <div>
                {--ADMIN_CONFIG_NETWORK_TYPE_MIN_WAITING_TIME--}<br />
-               <strong>{%pipe,translateComma=$content[network_min_waiting_time]%}</strong>
+               <strong>{%pipe,fixEmptyContentToDashes=$content[network_min_waiting_time]%}</strong>
        </div>
        <div>
                {--ADMIN_CONFIG_NETWORK_TYPE_MIN_REMAIN_CLICKS--}<br />