]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_top10.php
ADMIN_MEMBER_SELECTION_BOX() does now return a select-tag with the member list
[mailer.git] / inc / modules / admin / what-config_top10.php
index c8ccadda2800830c7e2a8a22dc1921133c9aac04..507f8a1a51fa64df833aed6d065d80a7297810aa 100644 (file)
@@ -43,12 +43,12 @@ ADD_DESCR("admin", basename(__FILE__));
 if (isset($_POST['ok']))
 {
        // Save settings
-       ADMIN_SAVE_SETTINGS($_POST, "_config", "config='0'");
+       ADMIN_SAVE_SETTINGS($_POST);
 }
  else
 {
        // Prepare constants for the template
-       define('__MAX_VALUE', $CONFIG['top10_max']);
+       define('__MAX_VALUE', $_CONFIG['top10_max']);
 
        // Load form template
        LOAD_TEMPLATE("admin_config_top10");