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

Revert "fixed AUTHSQL"

This reverts commit 366decb5.
parent 1e780578
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ $form["tabs"]['database'] = array ( ...@@ -79,7 +79,7 @@ $form["tabs"]['database'] = array (
'formtype' => 'SELECT', 'formtype' => 'SELECT',
'default' => '', 'default' => '',
'datasource' => array ( 'type' => 'SQL', 'datasource' => array ( 'type' => 'SQL',
'querystring' => "SELECT web_domain.domain_id, CONCAT(web_domain.domain, ' :: ', server.server_name) AS parent_domain FROM web_domain, server WHERE web_domain.type = 'vhost' AND web_domain.server_id = server.server_id AND {AUTHSQL} ORDER BY web_domain.domain", 'querystring' => "SELECT web_domain.domain_id, CONCAT(web_domain.domain, ' :: ', server.server_name) AS parent_domain FROM web_domain, server WHERE web_domain.type = 'vhost' AND web_domain.server_id = server.server_id AND {AUTHSQL::web_domain} ORDER BY web_domain.domain",
'keyfield'=> 'domain_id', 'keyfield'=> 'domain_id',
'valuefield'=> 'parent_domain' 'valuefield'=> 'parent_domain'
), ),
......
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