]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_other.php
Fix for missing variable, thanks to wernisman
[mailer.git] / inc / modules / admin / what-config_other.php
index ba71df52eac724d1278a82ae7dd07b7a1df7af13..55496f34db5f348b93102e3476f906fb181f04b6 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 10/11/2003 *
- * ===============                              Last change: 09/21/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 10/11/2003 *
+ * ===================                          Last change: 09/21/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-config_other.php                            *
@@ -50,7 +50,7 @@ if (!isExtensionActive('other')) {
        return;
 } // END - if
 
-// Stop2 saving data if one input field is !isset
+// Stop saving data if one input field is !isset
 if (isFormSent()) {
        // Calculate stamps and set calculated stamps
        setRequestPostElement('online_timeout'       , createTimestampFromSelections('ip_timeout'           , postRequestArray()));