--- /home/Prashantd/Day Users/prashantd/Official/projects/drupal/drupal/modules/user_relationships/user_relationships_ui/user_relationships_ui.admin.inc	2009-03-03 22:12:05.000000000 +0530
+++ /home/Prashantd/Day Users/prashantd/Official/projects/drupal/drupal/modules/user_relationshipsNew/user_relationships_ui/user_relationships_ui.admin.inc	2009-05-04 17:23:02.000000000 +0530
@@ -40,6 +40,12 @@ function user_relationships_ui_settings(
     '#description'    => t('This will provide an option for users to set an "auto-approve" option to automatically approve to all requested relationships.'),
     '#default_value'  => variable_get('user_relationships_allow_auto_approve', 0),
   );
+$form['general']['user_relationships_allow_remove_link'] = array(
+    '#type'           => 'checkbox',
+    '#title'          => t("Allow users to remove relationship"),
+    '#description'    => t('This will provide an option for users to allow or disallow the remove link to user replationship.'),
+    '#default_value'  => variable_get('user_relationships_allow_remove_link', 1),
+  );
   $form['general']['user_relationships_relationships_per_page'] = array(
     '#type'           => 'textfield',
     '#title'          => t("Relationships per page"),
