]> git.mxchange.org Git - mailer.git/blobdiff - inc/request-functions.php
Rewrite of language strings
[mailer.git] / inc / request-functions.php
index 5afd40c3dfed634e578d6b7437aeebfff6fcec74..ed1a0a78c2b7fcba37bd783f132553eea29d2d00 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 02/28/2009 *
- * ===============                              Last change: 02/28/2009 *
+ * Mailer v0.2.1-FINAL                                Start: 02/28/2009 *
+ * ===================                          Last change: 02/28/2009 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : request-functions.php                            *
@@ -167,7 +167,7 @@ function postRequestArray () {
 }
 
 // Setter for whole $_POST array
-function setPostRequestArray (array $postData) {
+function setPostRequestArray ($postData) {
        $GLOBALS['raw_request']['post'] = $postData;
 }