# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
--- G:\D7-modules\httpbl\httpbl.admin.inc
+++ G:\D7-modules\httpbl\httpbl.admin.nw.inc
@@ -151,6 +151,13 @@
     '#description' => t('How long to keep safe or white-listed IPs in cache.'),
   );
 
+  $form['advanced']['httpbl_safe_cache_update'] = array(
+    '#type' => 'checkbox',
+    '#title' => t('Update cache after succesfull whitelist request'),
+    '#default_value' => variable_get('httpbl_safe_cache_update', FALSE),
+    '#description' => t('Whether to update the database after a succesfull whitelist attempt'),
+  );
+
   $cache_period2 = drupal_map_assoc(array(43200, 86400, 172800, 259200, 604800, 1209600, 1814400, 2419200), 'format_interval');
   $form['advanced']['httpbl_greylist_offset'] = array(
     '#type' => 'select', 
