From 26aae5ef2c7f6d51d78957406ed59d9ece6dc8f7 Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Thu, 6 Sep 2012 07:52:12 +0000 Subject: [PATCH] Mail senden auskommentiert --- cis/private/outgoing/outgoing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/private/outgoing/outgoing.php b/cis/private/outgoing/outgoing.php index c4f428108..897447d35 100755 --- a/cis/private/outgoing/outgoing.php +++ b/cis/private/outgoing/outgoing.php @@ -135,7 +135,7 @@ if($method=='new') if($preoutgoing->save()) { // Email an Auslandsabteilung schicken - sendMailInternational(); + //sendMailInternational(); $message=''.$p->t('global/erfolgreichAngelegt').''; } else