mailer project continued:
[mailer.git] / inc / extensions / ext-newsletter.php
index baec7dff597006126faa1e49326621bbc29eb69f..ed44424958bb4e77c0afd9937adee3ee7e118993 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -218,8 +218,8 @@ INDEX `topic` (`nl_topic_id`)",
                // @TODO Move these into configuration
                $GLOBALS['url_ends'] = array(
                        ' ',
-                       "\n",
-                       "\r",
+                       chr(10),
+                       chr(13),
                        ')',
                );