X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_refid.php;h=920f2291dad9153320570324851a959018e63149;hp=6923ff3f483444293dcd7fc655db9e2167c6e419;hb=53a63bee7a3dc419272e6dc2fc7c801e99ef0712;hpb=414570c5081d337bb6c28dcf521bd8bca02f69e7 diff --git a/inc/modules/admin/what-config_refid.php b/inc/modules/admin/what-config_refid.php index 6923ff3f48..920f2291da 100644 --- a/inc/modules/admin/what-config_refid.php +++ b/inc/modules/admin/what-config_refid.php @@ -1,23 +1,22 @@ 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]