]> git.p6c8.net - form-email.git/blobdiff - form-email/functions.php
Seit Revision 26 ist die Konfigurationsvariable $no_tld nicht mehr sinnvoll
[form-email.git] / form-email / functions.php
index 2374b7bcc6066fd1338605927b679cdbcaa7420e..e746a7e025212f8432c4a7cd0eb93e44d430c26e 100644 (file)
@@ -66,7 +66,7 @@ function formdata($param) {
 #\r
 # Rueckgabe: Bearbeiteter Text (String)\r
 \r
-function &plain(&$text,$linebreak='<br>') {\r
+function plain($text,$linebreak='<br>') {\r
     $htmltext = htmlspecialchars($text);\r
     $htmltext = preg_replace("/\015\012|\012|\015/",$linebreak,$htmltext);\r
 \r
@@ -103,7 +103,7 @@ function semicolon_split($string) {
 #\r
 # Parameter: Fehlermeldung\r
 \r
-function show_fatal(&$errmsg,$vars=array()) {\r
+function show_fatal($errmsg,$vars=array()) {\r
     global $tpl_fatal;\r
 \r
     $tpl = new Template;\r
@@ -111,7 +111,7 @@ function show_fatal(&$errmsg,$vars=array()) {
 \r
     if(sizeof($vars) > 0) {\r
         while(list($var,$content) = each($vars)) {\r
-            $errmsg = str_replace('{'.htmlspecialchars($var).'}',htmlspecialchars($content),$errmsg);\r
+            $errmsg = str_replace('{'.$var.'}',htmlspecialchars($content),$errmsg);\r
         }\r
     }\r
 \r
@@ -130,7 +130,7 @@ function show_fatal(&$errmsg,$vars=array()) {
 #\r
 # Parameter: Fehlermeldung\r
 \r
-function show_user_error(&$errmsg) {\r
+function show_user_error($errmsg) {\r
     global $captcha_enable, $email, $name, $subject, $text, $user_fields, $tpl_user_error;\r
 \r
     $tpl = new Template;\r

patrick-canterino.de