From 20f478fd5e36bb03dd6850d3f5e8a2a459a6dc2b Mon Sep 17 00:00:00 2001
From: Dominik <info@profi-webdesign.com>
Date: Sun, 05 Apr 2015 21:32:59 -0400
Subject: [PATCH] Keep reject-sender-mismatch-setting also when updating Fixed missing parts for greylist, rbl in gentoo

---
 interface/lib/classes/plugin_base.inc.php |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/interface/lib/classes/plugin_base.inc.php b/interface/lib/classes/plugin_base.inc.php
index 5b69e03..92b8744 100644
--- a/interface/lib/classes/plugin_base.inc.php
+++ b/interface/lib/classes/plugin_base.inc.php
@@ -29,31 +29,31 @@
 */
 
 class plugin_base {
-	
+
 	var $plugin_name;
 	var $options;
 	var $form;
-	
+
 	function onLoad() {
-	
+
 	}
-	
+
 	function onShow() {
-	
+
 	}
-	
+
 	function onInsert() {
-	
+
 	}
-	
+
 	function onUpdate() {
-	
+
 	}
-	
+
 	function onDelete() {
-	
+
 	}
-	
+
 	function setOptions($plugin_name, $options) {
 		$this->options = $options;
 		$this->plugin_name = $plugin_name;
@@ -61,4 +61,4 @@
 
 }
 
-?>
\ No newline at end of file
+?>

--
Gitblit v1.9.1