--- gaservice.module	2010-05-13 12:16:22.000000000 -0300
+++ gaservice_new.module	2010-05-13 12:18:32.000000000 -0300
@@ -54,7 +54,7 @@ function gaservice_settings(){
   
   $methods = services_get_all(); // get all avaiable services
   foreach ($methods as $method) {
-    $form_methods[$method['#method']] = $method['#method'];
+    $form_methods[$method['method']] = $method['method'];
   }
   
   $form['gaservice_services'] = array(
