]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_beg.php
Renamed all SQL-related functions to camel-case notation
[mailer.git] / inc / modules / admin / what-list_beg.php
index 4daecda9ef7e0ab540ea507e79ee00ac4dafedcd..7f2e2f06f903d4c87743c886bb57f50fb98341a7 100644 (file)
@@ -62,7 +62,7 @@ if (isBegRallyeEnabled()) {
        } // END - if
 
        // Check if at least one is in the active rallye
-       $result = SQL_QUERY("SELECT
+       $result = sqlQuery("SELECT
        `userid`,
        `email`,
        `beg_points`,
@@ -79,10 +79,10 @@ ORDER BY
        `last_online` DESC,
        `userid` ASC", __FILE__, __LINE__);
 
-       if (!SQL_HASZERONUMS($result)) {
+       if (!ifSqlHasZeroNums($result)) {
                // List users
                $OUT = ''; $count = 1; $total = '0';
-               while ($content = SQL_FETCHARRAY($result)) {
+               while ($content = sqlFetchArray($result)) {
                        // Init variables
                        $WIN1 = '';
                        $WIN2 = '';