XML parser introduced, ext-surfbar rewritten, more EL code:
[mailer.git] / inc / wrapper-functions.php
index 00844537956bacb634ef375ee5479089473325bd..79de7cc685243746d32e20e3c09d934255e066b7 100644 (file)
@@ -2510,7 +2510,7 @@ function convertCommaToDotInPostData ($postEntry) {
 }
 
 // Converts German commas to Computer's version in all entries
-function convertCommaToDotInPostDataArray (array $postEntries) {
+function convertCommaToDotInPostDataArray ($postEntries) {
        // Replace german decimal comma with computer decimal dot
        foreach ($postEntries as $entry) {
                // Is the entry there?