X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fgen_mediadata.php;h=686808daca23514b925e6f16f240ccd9b8d8c79f;hb=a47049ea6f00de14e0c87c1b78b035cc713a1f09;hp=9e16179b21603d9c65b130085dea5d6f99392b35;hpb=c25e794a61b597f90bff599307ae4d766a2d3479;p=mailer.git diff --git a/inc/gen_mediadata.php b/inc/gen_mediadata.php index 9e16179b21..686808daca 100644 --- a/inc/gen_mediadata.php +++ b/inc/gen_mediadata.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * 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 * * it under the terms of the GNU General Public License as published by * @@ -55,6 +55,8 @@ $result_media = SQL_QUERY('SELECT SUM(`clicks`) AS `normal_clicks` FROM `{?_MYSQL_PREFIX?}_user_stats`', __FILE__, __LINE__); + +// Merge data together $content = merge_array($content, SQL_FETCHARRAY($result_media)); // Free memory @@ -72,6 +74,8 @@ if (isExtensionActive('bonus')) { FROM `{?_MYSQL_PREFIX?}_bonus` LIMIT 1', __FILE__, __LINE__); + + // Merge data together $content = merge_array($content, SQL_FETCHARRAY($result_media)); // Free memory