diff --git a/go-form-plugin/export/mcmahon.php b/go-form-plugin/export/mcmahon.php index ef588e9..5ba9873 100644 --- a/go-form-plugin/export/mcmahon.php +++ b/go-form-plugin/export/mcmahon.php @@ -21,7 +21,7 @@ fwrite($output, $mcmahonfirst); foreach ($entries as $i => $e) { $rank = $ranks[$e->rank]; - $id = $e->i + 1; + $id = $i + 1; $egd = (strlen($e->egd_number) == 0) ? '0' : $e->egd_number; $out = " $id diff --git a/main.php b/main.php new file mode 100644 index 0000000..540c17a --- /dev/null +++ b/main.php @@ -0,0 +1,13 @@ +