From 7b9c18ecaec4efb365366e606b746e8d47f29b25 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Sat, 25 Jan 2014 14:33:33 -0500
Subject: [PATCH] Added script to remove all files that are no longer contained in the installation package - Important for plugin files!
---
interface/web/mail/mail_user_edit.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/interface/web/mail/mail_user_edit.php b/interface/web/mail/mail_user_edit.php
index 435489f..75fb42f 100644
--- a/interface/web/mail/mail_user_edit.php
+++ b/interface/web/mail/mail_user_edit.php
@@ -205,8 +205,8 @@
$this->dataRecord["homedir"] = $mail_config["homedir_path"];
// Will be overwritten by mail_plugin
- $this->dataRecord['uid'] = 999989999;
- $this->dataRecord['gid'] = 999989999;
+ $this->dataRecord['uid'] = -1;
+ $this->dataRecord['gid'] = -1;
//* Check if there is no alias or forward with this address
$tmp = $app->db->queryOneRecord("SELECT count(forwarding_id) as number FROM mail_forwarding WHERE active = 'y' AND source = '".$app->db->quote($this->dataRecord["email"])."'");
--
Gitblit v1.9.1