X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_refid.php;h=7d88acef890b8c57f84a31a3e875a5177b166dd6;hb=2142149f3f72f1a2476f95a87937c044d63bbaf2;hp=46b26debacf3828ae800034379e5d63673997e91;hpb=b73c135350d7ed266c0cac680105707139bd892d;p=mailer.git diff --git a/inc/modules/admin/what-config_refid.php b/inc/modules/admin/what-config_refid.php index 46b26debac..7d88acef89 100644 --- a/inc/modules/admin/what-config_refid.php +++ b/inc/modules/admin/what-config_refid.php @@ -6,9 +6,9 @@ * -------------------------------------------------------------------- * * File : what-config_refid.php * * -------------------------------------------------------------------- * - * Short description : Setup default referral ID * + * Short description : Setup default referal ID * * -------------------------------------------------------------------- * - * Kurzbeschreibung : Standart Referral-ID einstellen * + * Kurzbeschreibung : Standart Referal-ID einstellen * * -------------------------------------------------------------------- * * * * -------------------------------------------------------------------- * @@ -38,14 +38,14 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { } // Add description as navigation point -ADD_DESCR("admin", basename(__FILE__)); +ADD_DESCR("admin", __FILE__); if (isset($_POST['ok'])) { // Save data ADMIN_SAVE_SETTINGS($_POST); } else { // Prepare contants for the template - ADD_MEMBER_SELECTION_BOX($_CONFIG['def_refid'], false, true, true); + define('__MEMBER_SELECTION', ADD_MEMBER_SELECTION_BOX($_CONFIG['def_refid'], false, true, true, "def_refid")); switch ($_CONFIG['refid_target']) { case "index": define('__DEF_RT_INDEX', " selected=\"selected\""); define('__DEF_RT_REGISTER', ""); break;