Special characters, like German Umlaute, rewritten to entities (yes, still them....
[mailer.git] / inc / modules / member / what-primera.php
index e95ef39dff942442ab06395c9c1947e7ed31c56e..cb223b25922f5a00ec41e191a93fffb3db564ef1 100644 (file)
@@ -88,7 +88,7 @@ if (!isGetRequestElementSet('mode')) {
                setRequestGetElement('mode', 'list');
 
                // And load all rows!
-               $result = SQL_QUERY_ESC("SELECT `id`,`primera_account`,`primera_amount`,`primera_timestamp`,`primera_type` FROM `{?_MYSQL_PREFIX?}_user_primera` WHERE `userid` = %s ORDER BY `primera_timestamp` DESC",
+               $result = SQL_QUERY_ESC("SELECT `id`,`primera_account`,`primera_amount`,`primera_timestamp`,`primera_type` FROM `{?_MYSQL_PREFIX?}_user_primera` WHERE `userid`=%s ORDER BY `primera_timestamp` DESC",
                        array(getUserId()), __FILE__, __LINE__);
 
                // Load all rows