Adding of network type handlers finished (listing is still work-in-progress)
[mailer.git] / inc / modules / member / what-wernis.php
index 4cc84984c0e92d9b38955d18fce99385d3051cf2..5959b8cb403a0265291dfcf0aaa2df834610ef0d 100644 (file)
@@ -71,7 +71,7 @@ if ((!isGetRequestElementSet('mode')) || (getRequestElement('mode') == 'choose')
        // Is there an id?
        if ((!empty($content['wernis_userid'])) && (!isGetRequestElementSet('mode'))) {
                // Then use an other "mode"
-               setRequestGetElement('mode', 'list');
+               setGetRequestElement('mode', 'list');
 
                // And load all rows!
                $result = SQL_QUERY_ESC("SELECT `id`,`wernis_account`,`wernis_amount`,`wernis_timestamp`,`wernis_type` FROM `{?_MYSQL_PREFIX?}_user_wernis` WHERE `userid`=%s ORDER BY `wernis_timestamp` DESC",
@@ -115,7 +115,7 @@ if ((!isGetRequestElementSet('mode')) || (getRequestElement('mode') == 'choose')
                } // END - if
 
                // Mode chooser! ;-)
-               setRequestGetElement('mode', 'choose');
+               setGetRequestElement('mode', 'choose');
        }
 } elseif ((getRequestElement('mode') == 'payout') && (getConfig('wernis_payout_active') == 'Y')) {
        // Get total points and check if the user can request a payout