From b9a3ef486ebcde18a5ade37865ff8f397185d24f Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Sun, 24 Jul 2016 05:30:59 -0400
Subject: [PATCH] Fixed #3979 Mailbox users unable to save autoresponders

---
 server/lib/classes/mod_mail_base.inc.php |   46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/server/lib/classes/mod_mail_base.inc.php b/server/lib/classes/mod_mail_base.inc.php
index b169193..bb25e5d 100644
--- a/server/lib/classes/mod_mail_base.inc.php
+++ b/server/lib/classes/mod_mail_base.inc.php
@@ -1,7 +1,7 @@
 <?php
 
 /*
-Copyright (c) 2006, Till Brehm, projektfarm Gmbh
+Copyright (c) 2007, Till Brehm, projektfarm Gmbh
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification,
@@ -29,48 +29,48 @@
 */
 
 class mail_base {
-	
+
 	var $current_record = array();
-	
+
 	function write_config() {
-		
-		
-		
+
+
+
 	}
-	
+
 	/*
 		Domain Alias
 	*/
-	
+
 	function domain_add($domain) {
-		
+
 	}
-	
+
 	function domain_update($domain_old, $domain_new) {
-		
+
 	}
-	
+
 	function domain_delete($domain) {
-		
+
 	}
-	
+
 	/*
 		Domain Alias
 	*/
-	
+
 	function domain_alias_add($domain, $destination) {
-		
+
 	}
-	
+
 	function domain_alias_update($domain_old, $domain_new) {
-		
+
 	}
-	
+
 	function domain_alias_delete($domain) {
-		
+
 	}
-	
-	
+
+
 }
 
-?>
\ No newline at end of file
+?>

--
Gitblit v1.9.1