]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_beg.php
Some language strings rewritten to use getMessage()
[mailer.git] / inc / modules / admin / what-list_beg.php
index ed8b864cd4847370035fe5f55aaa3148c60a0976..0ffdfb9a074ded4aa4ccc7796d0850aec9f7e608 100644 (file)
@@ -67,7 +67,7 @@ if (getConfig('beg_rallye') == 'Y') {
 FROM `{!_MYSQL_PREFIX!}_user_data`
 WHERE `status`='CONFIRMED' AND beg_points > 0".$lastOnline."
 ORDER BY beg_points DESC, last_online DESC, userid",
-        array($ONLINE), __FILE__, __LINE__);
+       array($ONLINE), __FILE__, __LINE__);
 
        if (SQL_NUMROWS($result) > 0) {
                // List users
@@ -86,7 +86,7 @@ ORDER BY beg_points DESC, last_online DESC, userid",
                        // @TODO to shorten this block. Please also do so with uid->userid
                        $content = array(
                                'uid'    => $content['userid'],
-                               'email'  => generateMemberEmailLink($content['email'], "user_data"),
+                               'email'  => generateEmailLink($content['email'], 'user_data'),
                                'gender' => translateGender($content['gender']),
                                'sname'  => $content['surname'],
                                'fname'  => $content['family'],