X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_refid.php;h=614200bb554379314a6a9362f641fcf184f05538;hp=7bc5d32eb0acab7c51f9ac0259197bfc680285e5;hb=6914ebaaae909093df86d010e4c754a43d1a1aed;hpb=5f8c1a333627cd0145f778a6eebdb251f5bb40b6 diff --git a/inc/modules/admin/what-config_refid.php b/inc/modules/admin/what-config_refid.php index 7bc5d32eb0..614200bb55 100644 --- a/inc/modules/admin/what-config_refid.php +++ b/inc/modules/admin/what-config_refid.php @@ -1,18 +1,24 @@ $_CONFIG['user_min_confirmed'] - ); + // Set all selections + foreach (array('refid_target', 'select_user_zero_refid') as $entry) { + $content[$entry . '_' . strtolower(getConfig($entry))] = ' selected="selected"'; + } // END - foreach // Load template - LOAD_TEMPLATE("admin_config_refid", false, $content); + loadTemplate('admin_config_refid', false, $content); } // [EOF]