Commit 653a8567 authored by Zohten's avatar Zohten

removed pwd

parent d914a578
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
User::addSqlQuery( User::addSqlQuery(
'USER_LIST', 'USER_LIST',
'SELECT * FROM MJ_USER ORDER BY LOGIN' 'SELECT ID_USER ,ID_ROLE ,LOGIN ,AVATAR ,LASTNAME ,FIRSTNAME ,MAIL ,BAN_ACCOUNT ,LAST_IP FROM MJ_USER ORDER BY LOGIN'
); );
User::addSqlQuery( User::addSqlQuery(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment