=== modified file 'payment/uc_google_checkout/uc_google_checkout.module'
--- payment/uc_google_checkout/uc_google_checkout.module	2009-04-18 01:03:01 +0000
+++ payment/uc_google_checkout/uc_google_checkout.module	2009-04-28 20:00:11 +0000
@@ -826,7 +826,7 @@
     }
     $assessment .= '<br />';
 
-    $cvs_response = $risk_info->{'cvs-response'};
+    $cvn_response = $risk_info->{'cvn-response'};
     switch ($cvn_response) {
       case 'M':
         $assessment .= t('- CVN match');

=== modified file 'uc_file/uc_file.admin.inc'
--- uc_file/uc_file.admin.inc	2009-03-29 23:37:46 +0000
+++ uc_file/uc_file.admin.inc	2009-04-28 20:01:36 +0000
@@ -334,7 +334,7 @@
   return $form;
 }
 
-function uc_file_admin_files_form_action_validate($form, &$form_state) {
+function uc_file_admin_files_form_action_validate($form, &$form_state, $form_id) {
 
   switch ($form_state['values']['action']) {
 

