--- auth/services_keyauth/services_keyauth.inc	2009-11-04 16:37:01.000000000 -0500
+++ auth/services_keyauth/services_keyauth.inc patched	2009-11-07 00:02:21.000000000 -0500
@@ -51,35 +51,35 @@ function _services_keyauth_alter_methods
 
   // sessid arg
   $arg_sessid = array(
-    '#name' => 'sessid',
-    '#type' => 'string',
-    '#description' => t('A valid sessid.'),
+    'name' => 'sessid',
+    'type' => 'string',
+    'description' => t('A valid sessid.'),
   );
 
   $arg_domain_time_stamp = array(
-    '#name' => 'domain_time_stamp',
-    '#type' => 'string',
-    '#description' => t('Time stamp used to hash key.'),
+    'name' => 'domain_time_stamp',
+    'type' => 'string',
+    'description' => t('Time stamp used to hash key.'),
   );
 
   $arg_nonce = array(
-    '#name' => 'nonce',
-    '#type' => 'string',
-    '#description' => t('One time use nonce also used hash key.'),
+    'name' => 'nonce',
+    'type' => 'string',
+    'description' => t('One time use nonce also used hash key.'),
   );
 
   // domain arg
   $arg_domain_name = array(
-    '#name' => 'domain_name',
-    '#type' => 'string',
-    '#description' => t('A valid domain for the API key.'),
+    'name' => 'domain_name',
+    'type' => 'string',
+    'description' => t('A valid domain for the API key.'),
   );
 
   // api_key arg
   $arg_api_key = array(
-    '#name' => 'hash',
-    '#type' => 'string',
-    '#description' => t('A valid API key.'),
+    'name' => 'hash',
+    'type' => 'string',
+    'description' => t('A valid API key.'),
   );
 
   foreach ($methods as $key => &$method) {
