From c3fd2b1a66fa79fde4e73b44228e3df734ad62bc Mon Sep 17 00:00:00 2001
From: A. Täffner <darkalex@firesplash.de>
Date: Wed, 20 Jan 2016 07:48:04 -0500
Subject: [PATCH] cleanup

---
 interface/web/mail/xmpp_user_del.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/interface/web/mail/xmpp_user_del.php b/interface/web/mail/xmpp_user_del.php
index 3d32f7f..cf0cc62 100644
--- a/interface/web/mail/xmpp_user_del.php
+++ b/interface/web/mail/xmpp_user_del.php
@@ -58,7 +58,8 @@
 		$domain = $jid_parts[1];
 
         // check if domain is managed through mail domain
-        $app->error('blubb');
+        // if yes, manual deletion is not allowed
+        //$app->error('blubb');
 
 
 	}

--
Gitblit v1.9.1