]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_other.php
Fixes for 'empty version'
[mailer.git] / inc / modules / admin / what-config_other.php
index 54226ccbc5fdc82e3feec1a2206417243ddd2e4e..de3687f561b2cee20e782ab7328790f7596e5671 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
 
-// Stop saving data if one input field is !isset
+// Stop2 saving data if one input field is !isset
 if (isFormSent()) {
        // Calculate stamps and set calculated stamps
        setRequestPostElement('online_timeout'       , createTimestampFromSelections('ip_timeout'           , postRequestArray()));
@@ -102,7 +102,7 @@ if (isFormSent()) {
                $content[$entry . '_' . strtolower(getConfig($entry))] = ' checked="checked"';
        } // END - foreach
 
-       for ($i = 0; $i <= 5; $i++) {
+       for ($i = '0'; $i <= 5; $i++) {
                $content['comma_def_' . $i] = '';
        } // END - for