Setze Spamfilter=none wenn keine Mailbox
bernd

bernd commited on 2008-02-21 07:47:58
Zeige 1 geänderte Dateien mit 3 Einfügungen und 0 Löschungen.


git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@958 87cf0b9e-d624-0410-a070-f6ee81989793
... ...
@@ -28,7 +28,10 @@ if ($_GET['action'] == 'edit')
28 28
   if ($_POST['password'] == '**********')
29 29
     $account['password'] = '';
30 30
   if ($_POST['mailbox'] != 'yes')
31
+  {
31 32
     $account['password'] = NULL;
33
+    $account['spamfilter'] = 'none';
34
+  }
32 35
 
33 36
   if ($_POST['forward'] == 'yes')
34 37
   {
35 38