X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-earning.php;h=8c93babde9595cdc323ab130d869eeddd4acfbae;hb=8202991f32bfb2056e94a11746c0b5308fe4a273;hp=a9ffe4f708c19ae0b3de23532af8fca1c17220f5;hpb=96659b6ee60946aad5181189d59f71f19b83814a;p=mailer.git diff --git a/inc/modules/member/what-earning.php b/inc/modules/member/what-earning.php index a9ffe4f708..8c93babde9 100644 --- a/inc/modules/member/what-earning.php +++ b/inc/modules/member/what-earning.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * 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 * @@ -59,7 +59,7 @@ if (isFormSent()) { $result = SQL_QUERY('SELECT d.`earning_id`, d.`earning_group`, - d.`earning_name` + d.`earning_provider` FROM `{?_MYSQL_PREFIX?}_earning_data` AS d ORDER BY @@ -76,7 +76,7 @@ if (SQL_NUMROWS($result) > 0) { $result2 = SQL_QUERY_ESC('SELECT u.`earning_active`, UNIX_TIMESTAMP(u.`earning_added`) AS `earning_added`, - UNIX_TIMESTAMP(u.`earning_cancelled`) AS `earning_cancelled`, + UNIX_TIMESTAMP(u.`earning_canceled`) AS `earning_canceled`, u.`earning_daily_amount`, u.`earning_points` FROM