]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_refid.php
Some menu points renamed to not conflict with configuration menus:
[mailer.git] / inc / modules / admin / what-config_refid.php
index 04b4387c95f0205c2e401e97a38d481f0663f897..b6585858dc024be7fb8a59645f8e8701848a8f4f 100644 (file)
@@ -43,12 +43,12 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 // Add description as navigation point
 addYouAreHereLink('admin', __FILE__);
 
-if (isFormSent()) {
+if (isFormSent('save_config')) {
        // Save data
        adminSaveSettingsFromPostData();
 } else {
        // Prepare member selection
-       $content['def_refid'] = 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) {
@@ -61,7 +61,7 @@ if (isFormSent()) {
        } // END - foreach
 
        // Load template
-       loadTemplate('admin_config_refid', false, $content);
+       loadTemplate('admin_config_refid', FALSE, $content);
 }
 
 // [EOF]