Index: cac_lite/cac_lite.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/category/contrib/cac_lite/cac_lite.module,v
retrieving revision 1.7.2.1
diff -u -r1.7.2.1 cac_lite.module
--- cac_lite/cac_lite.module	18 Feb 2007 23:26:55 -0000	1.7.2.1
+++ cac_lite/cac_lite.module	31 May 2007 06:31:02 -0000
@@ -100,6 +100,9 @@
             '#multiple' => true,
       );
     
+    // attempt to address #129052
+    $form['buttons'] = array();
+
     $ret = system_settings_form($form);
     // Special handling is required when this form is submitted.
     $ret['#submit']['_cac_lite_admin_settings_submit'] = array();
@@ -155,6 +158,9 @@
 	$form['header']['#value'] = '<p>'.t('For each role below, select the categories which members of the role are allowed to view.')."</p>\n";
 	$form['header']['#value'] .= '<p>'.t('You may grant individual users access to categories in addition to those selected here.  See the cac_lite tab on the user edit page.')."</p>\n";
 
+    // attempt to address #129052
+    $form['buttons'] = array();
+
     return system_settings_form($form);
   }
   else {
