# geschrieben wurde.\r
#\r
# Autor: Patrick Canterino <patrick@patshaping.de>\r
-# Letzte Aenderung: 09.01.2012\r
+# Letzte Aenderung: 05.02.2012\r
#\r
# Copyright (C) 2002-2012 Patrick Canterino\r
#\r
# Hauptteil\r
# ===========\r
\r
-$VERSION = '3.5-dev';\r
+$VERSION = '3.5';\r
\r
require('config.php');\r
require('functions.php');\r
$mailto = semicolon_split($mailto);\r
\r
for($x=0;$x<count($mailto);$x++) {\r
- mail($mailto[$x],$encoded_subject,$mailtext,$header) or die($err_send_error);\r
+ mail($mailto[$x],$encoded_subject,$mailtext,$header) or show_fatal($err_send_error);\r
}\r
\r
# Mails auf Festplatte speichern\r
\r
# Daten in Datei schreiben\r
\r
- file_put_contents($file_name,$mailtext);\r
+ file_put_contents($file_name,$mailtext) or show_fatal($err_store_error);\r
\r
# Alte Dateien loeschen\r
\r