Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / inc / monthly / monthly_bonus.php
index 7ae9f44a17ea74ea69fc90d40bb0ec45f12b9c28..ed3dfaa445d0089e4520d316e137bbb38883e6af 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 11/14/2004 *
- * ===============                              Last change: 11/19/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 11/14/2004 *
+ * ===================                          Last change: 11/19/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : monthly_bonus.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 *
@@ -97,10 +98,6 @@ LIMIT {?bonus_ranks?}", __FILE__, __LINE__);
                                // Add points to user's account directly
                                addPointsDirectly('monthly_bonus', $content['userid'], $content['points']);
 
-                               // Translate gender/points
-                               $content['gender'] = translateGender($content['gender']);
-                               $content['points'] = translateComma($content['points']);
-
                                // Load email template and email it away
                                $message = loadEmailTemplate('member_bonus', $content, bigintval($content['userid']));
                                sendEmail($content['email'], getMessage('BONUS_MONTHLY_ONLINE_BONUS'), $message);