--- subversion-orig/subversion.module	2007-05-04 22:30:54.000000000 -0500
+++ subversion-new/subversion.module	2007-05-15 15:09:35.000000000 -0500
@@ -321,7 +321,8 @@ function subversion_settings_dir_validat
   }
   return $form_element;
 }
-function subversion_settings() {
+
+function subversion_settings_form() {
   $base_path = variable_get('subversion_base_path', NULL);
   if ($base_path) {
     file_check_directory($base_path, FILE_CREATE_DIRECTORY, 'subversion_base_path');
@@ -379,7 +380,7 @@ function subversion_settings() {
     '#description' => t('If this box is checked, only users with Subversion accounts will be allowed to create projects.'),
   );
 
-  return $form;
+  return system_settings_form($form);
 }
 
 /**
