]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/frametester.php
Updated copyright year.
[mailer.git] / inc / modules / frametester.php
index 8e250ba0cff42d51a0a193185cfbfbf2c323e6b8..7fefcea14180140f230d7c6b2513de3380dac5f9 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2013 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 *
@@ -49,7 +49,7 @@ if (isGetRequestElementSet('order')) {
                $content = getPoolDataFromId(getRequestElement('order'));
 
                // Finally is the entry valid?
-               if ((count($content) > 0) && ($content['data_type'] == 'TEMP')) {
+               if ((isFilledArray($content)) && ($content['data_type'] == 'TEMP')) {
                        // Load subject and URL (but forwhat do we need the subject line here???
                        list($url) = sqlFetchRow($result);