X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_refid.php;h=920f2291dad9153320570324851a959018e63149;hp=d943e2bdba6845adc3b7e57e65de6541d06f7d63;hb=0f3a135204757cc8750262871c8e62c42300acb4;hpb=c3b4eaf29946349ff058691db2dcb615a5379bb2 diff --git a/inc/modules/admin/what-config_refid.php b/inc/modules/admin/what-config_refid.php index d943e2bdba..920f2291da 100644 --- a/inc/modules/admin/what-config_refid.php +++ b/inc/modules/admin/what-config_refid.php @@ -8,7 +8,7 @@ * -------------------------------------------------------------------- * * Short description : Setup default referal id * * -------------------------------------------------------------------- * - * Kurzbeschreibung : Standart Referal-Id einstellen * + * Kurzbeschreibung : Standard Referal-Id einstellen * * -------------------------------------------------------------------- * * $Revision:: $ * * $Date:: $ * @@ -48,7 +48,7 @@ if (isFormSent()) { adminSaveSettingsFromPostData(); } else { // Prepare member selection - $content['form_selection'] = addMemberSelectionBox(getDefRefid(), false, true, true, 'def_refid'); + $content['def_refid'] = addMemberSelectionBox(getDefRefid(), false, true, true, 'def_refid'); // Prepare contants for the template foreach (array('refid_target_index','refid_target_register','select_user_zero_refid_y','select_user_zero_refid_n') as $entry) {