]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/newsletter_functions.php
Comments fixed, ext-network continued, fix for mod stats:
[mailer.git] / inc / libs / newsletter_functions.php
index e2f9b722709802685e3a10ed108d4497463e91e1..0de1fe33cce94385978980d2608de5d321eb2e0a 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 04/25/2004 *
- * ================                             Last change: 04/29/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 04/25/2004 *
+ * ===================                          Last change: 04/29/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
- * File              : newsletter_functions.php                          *
+ * File              : newsletter_functions.php                         *
  * -------------------------------------------------------------------- *
  * Short description : Functions for the HTML extension                 *
  * -------------------------------------------------------------------- *
@@ -92,7 +92,7 @@ function insertNewsletterUrls ($text) {
                }
 
                // And now go forward...
-               $idx = 0;
+               $idx = '0';
                while ($idx < strlen($test)) {
                        $check = substr($test, $idx, 1);
                        if ((!in_array($check, $GLOBALS['valid_email_chars'])) && ($check != '@')) {