]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_primera.php
Listing of network type handlers finished
[mailer.git] / inc / modules / admin / what-config_primera.php
index 95603180b58f112fefd01092edbc8dae7af45a9a..7517618d2396e0a21f0f997f89841454fd9ffa09 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 09/09/2008 *
- * ================                             Last change: 09/09/2008 *
+ * Mailer v0.2.1-FINAL                                Start: 09/09/2008 *
+ * ===================                          Last change: 09/09/2008 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-config_primera.php                          *
@@ -51,7 +51,7 @@ if (isFormSent()) {
        // Is the password set?
        if (isPostRequestElementSet(('pass'))) {
                // Then hash and remove it
-               setRequestPostElement('primera_api_md5', md5(postRequestElement('pass')));
+               setPostRequestElement('primera_api_md5', md5(postRequestElement('pass')));
                unsetPostRequestElement('pass');
        } // END - if