Admin menu has now a JavaScript "effect":
[mailer.git] / inc / libs / task_functions.php
index 24227858c8dcb378ae0aa7c40e748f304e18331a..5f705a06b52fb653168ae7cf7a839569c769b63a 100644 (file)
@@ -115,7 +115,7 @@ function outputAdvancedOverview (&$result_main) {
                // And random refid
                $value = getTotalRandomRefidUser();
                if ($value > 0) {
-                       $content['random_refid'] = '<a href="{%url=modules.php?module=admin&amp;what=list_user&amp;mode=random_refid%}">' . $value . '</a>';
+                       $content['random_refid'] = '<a href="{%url=modules.php?module=admin&amp;what=list_user&amp;do=random_refid%}">' . $value . '</a>';
                } // END - if
        } // END - if
 
@@ -277,7 +277,7 @@ ORDER BY
                addSql("SELECT `userid` FROM `{?_MYSQL_PREFIX?}_user_data` WHERE `refid`=0 OR `refid` IS NULL ORDER BY `userid` ASC");
                $DESCRs[] = '{--ADMIN_TASK_LIST_ACCOUNT_NO_REFERRAL--}';
                $TITLEs[] = '{--ADMIN_TASK_LIST_ACCOUNT_NO_REFERRAL_TITLE--}';
-               $WHATs[]  = 'list_user&amp;mode=norefs';
+               $WHATs[]  = 'list_user&amp;do=norefs';
        } // END - if
 
        if (isExtensionActive('payout')) {
@@ -392,7 +392,7 @@ ORDER BY
        if (isExtensionActive('doubler')) {
                // List waiting payouts
                addSql("SELECT `id` FROM `{?_MYSQL_PREFIX?}_doubler` WHERE `completed`='N' ORDER BY `id` ASC");
-               $WHATs[]  = 'list_doubler&amp;mode=waiting&amp;select=all';
+               $WHATs[]  = 'list_doubler&amp;do=waiting&amp;select=all';
                $DESCRs[] = '{--ADMIN_TASK_LIST_DOUBLER_WAITING--}';
                $TITLEs[] = '{--ADMIN_TASK_LIST_DOUBLER_WAITING_TITLE--}';
                addSql('SELECT `id` FROM `{?_MYSQL_PREFIX?}_doubler` ORDER BY `id` ASC');