Index: formupdater.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/formupdater/formupdater.module,v
retrieving revision 1.3
diff -u -F^f -r1.3 formupdater.module
--- formupdater.module	13 Nov 2005 23:54:43 -0000	1.3
+++ formupdater.module	16 Nov 2005 20:27:19 -0000
@@ -18,7 +18,7 @@ function formupdater_menu($may_cache){
 }
 
 function formupdater_page(){
-  if($edit = $_POST['edit']){
+  if($edit = $_REQUEST['edit']){
     return formupdater_process($edit);
   }
   $form['help'] = array('#type' => 'markup', '#value' => t('<p>Form Updater will search through your old drupal code to find calls to old form functions (such as form_textfield, form_radios, etc). It will then reformat these functions as arrays for use with the new Drupal 4.7 formapi.</p>'));
