X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_refid.php;h=3dd6b506526ebe6418e809ba99173e2f3b8bf9d0;hb=22ba0c36c75ff989a6f48197c5a71524fb891b87;hp=bbbbfb02fc1d2dd5d57e4728d74f7740dcdd49d2;hpb=fb7120ffa230b62b54895bcf95952e1cf30f8594;p=mailer.git diff --git a/inc/modules/admin/what-config_refid.php b/inc/modules/admin/what-config_refid.php index bbbbfb02fc..3dd6b50652 100644 --- a/inc/modules/admin/what-config_refid.php +++ b/inc/modules/admin/what-config_refid.php @@ -1,14 +1,14 @@ getConfig('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]