X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Freset%2Freset_beg.php;h=c6b86a8e63989f3ead2d26b0ab8eeaea2e80ce04;hb=79de7fa82ee054465a46784340c891889e9f9275;hp=cc6dac75e4c7fa81fb349761f06a63dd6d7c81be;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/reset/reset_beg.php b/inc/reset/reset_beg.php index cc6dac75e4..c6b86a8e63 100644 --- a/inc/reset/reset_beg.php +++ b/inc/reset/reset_beg.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -47,9 +48,7 @@ if (!defined('__SECURITY')) { if ((getOutputMode() != 0) || (!isResetModeEnabled()) || (getConfig('beg_rallye') == 'Y')) return; //* DEBUG: */ outputHtml(basename(__FILE__)."
"); -// Reset accounts -$result = SQL_QUERY("UPDATE `{?_MYSQL_PREFIX?}_user_data` SET `beg_points`=0.00000 WHERE `beg_points` > 0", - __FILE__, __LINE__); +// @TODO This should be converted in a daily beg rallye // [EOF] ?>