]> git.mxchange.org Git - mailer.git/blobdiff - inc/purge/purge-coupon.php
Continued:
[mailer.git] / inc / purge / purge-coupon.php
index a49f6aa4dd2da4e5c55ca4eb4e569f3abce08d65..a0ff3bb190b3a677db027ae4d927abfdd3b1eb8e 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2015 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2016 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -63,7 +63,7 @@ ORDER BY
 if (sqlNumRows($result) > 0) {
        // Init variables
        $out = '';
-       $ids = array();
+       $ids = [];
 
        // Start purging all
        while ($content = sqlFetchArray($result)) {