X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-mediadata.php;h=56f45824462202d7473e96282d66f444960ab16f;hb=d34902c93ffcf249bde85f19aeaa6159c54ec6cc;hp=733327beeba47653b71eaaceb1b70f322d2a8cdc;hpb=ff9e8f739bd4b6e184b2a6bf427334196e501da8;p=mailer.git diff --git a/inc/modules/guest/what-mediadata.php b/inc/modules/guest/what-mediadata.php index 733327beeb..56f4582446 100644 --- a/inc/modules/guest/what-mediadata.php +++ b/inc/modules/guest/what-mediadata.php @@ -19,8 +19,6 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009, 2010 by Mailer Developer Team * @@ -126,14 +124,14 @@ $content['user_links'] = abs($sent - $clicks); $clr = '0.00000'; if ($sent > 0) $clr = $clicks / $sent * 100; -$content['_clr'] = translateComma($clr) . '%'; +$content['_clr'] = $clr; // Load jackpot $jackpot = '0'; if (isExtensionActive('jackpot')) $jackpot = getJackpotPoints(); if (empty($jackpot)) $jackpot = '0'; -$content['jackpot'] = translateComma($jackpot); +$content['jackpot'] = $jackpot; // Total referal link clicks, total logins $result = SQL_QUERY('SELECT @@ -150,7 +148,7 @@ if (empty($points)) $points = '0'; if (empty($ref)) $ref = '0'; if (empty($logins)) $logins = '0'; -$content['total_points'] = translateComma($points); +$content['total_points'] = $points; $content['total_refclicks'] = $ref; $content['total_logins'] = $logins; @@ -188,7 +186,7 @@ if (isExtensionActive('beg')) { 'value' => countSumTotalData('0', 'user_data', 'beg_clicks', 'userid', false, ' AND `beg_clicks` > 0') ); $OUT_EXTRA .= loadTemplate('mediadata_extra_row', true, $data); -} +} // END - if if (isExtensionActive('doubler')) { // Add header @@ -217,7 +215,7 @@ if (isExtensionActive('doubler')) { 'value' => countSumTotalData('N','doubler','id','completed', false, ' AND `points` > 0') ); $OUT_SPECIAL .= loadTemplate('mediadata_extra_row', true, $data); -} +} // END - if if (isExtensionActive('holiday')) { // Total holiday requests @@ -240,7 +238,7 @@ WHERE 'value' => $holiday ); $OUT_USER .= loadTemplate('mediadata_extra_row', true, $data); -} +} // END - if if (isExtensionActive('transfer')) { // Statistics for points transfers