Skip to content
Snippets Groups Projects
Commit 08397046 authored by Florian Schaal's avatar Florian Schaal
Browse files

change query in list/support_message.list.php

parent 52a8e7e2
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,8 @@ $liste['item'][] = array( 'field' => 'sender_id', ...@@ -43,7 +43,8 @@ $liste['item'][] = array( 'field' => 'sender_id',
'suffix' => '', 'suffix' => '',
'width' => '', 'width' => '',
'datasource'=> array ( 'type' => 'SQL', 'datasource'=> array ( 'type' => 'SQL',
'querystring' => 'SELECT userid,username FROM sys_user WHERE {AUTHSQL} ORDER BY username', // 'querystring' => 'SELECT userid,username FROM sys_user WHERE {AUTHSQL} ORDER BY username',
'querystring' => 'SELECT userid,username FROM sys_user ORDER BY username',
'keyfield' => 'userid', 'keyfield' => 'userid',
'valuefield' => 'username' 'valuefield' => 'username'
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment