Fix MacMahon output and rename
This commit is contained in:
@@ -378,13 +378,13 @@ function go_form_export_opengotha()
|
||||
}
|
||||
add_action('admin_post_go_form_export_opengotha', 'go_form_export_opengotha');
|
||||
|
||||
function go_form_export_mcmahon()
|
||||
function go_form_export_macmahon()
|
||||
{
|
||||
global $ranks;
|
||||
include_once 'export/mcmahon.php';
|
||||
global $ranks, $countries;
|
||||
include_once 'export/macmahon.php';
|
||||
exit;
|
||||
}
|
||||
add_action('admin_post_go_form_export_mcmahon', 'go_form_export_mcmahon');
|
||||
add_action('admin_post_go_form_export_macmahon', 'go_form_export_macmahon');
|
||||
|
||||
// ========== Custom Field Admin Actions ==========
|
||||
function go_form_create_custom_field()
|
||||
|
||||
Reference in New Issue
Block a user