]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-wernis.php
Special characters, like German Umlaute, rewritten to entities (yes, still them....
[mailer.git] / inc / modules / member / what-wernis.php
index 33ffa15f14a15f5753ceb695e21f56fd33a2f542..cba8a1abfaa51c1ab53af811382fc8481025dd03 100644 (file)
@@ -87,7 +87,7 @@ if ((!isGetRequestElementSet('mode')) || (getRequestElement('mode') == 'choose')
                setRequestGetElement('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",
+               $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",
                        array(getUserId()), __FILE__, __LINE__);
 
                // Load all rows