Skip to content
Snippets Groups Projects
Commit 775c05d4 authored by Marius Cramer's avatar Marius Cramer
Browse files

corrected typo from merge

parent 1324b803
No related branches found
No related tags found
No related merge requests found
...@@ -120,8 +120,8 @@ if ($_SESSION["s"]["user"]["typ"] != 'admin' && $app->auth->has_clients($_SESSIO ...@@ -120,8 +120,8 @@ if ($_SESSION["s"]["user"]["typ"] != 'admin' && $app->auth->has_clients($_SESSIO
} }
if($_SESSION["s"]["user"]["typ"] != 'admin') if($_SESSION["s"]["user"]["typ"] != 'admin')
{
$client_group_id = $app->functions->intval($_SESSION["s"]["user"]["default_group"]);{ $client_group_id = $app->functions->intval($_SESSION["s"]["user"]["default_group"]);
$client_dns = $app->db->queryOneRecord("SELECT dns_servers FROM sys_group, client WHERE sys_group.client_id = client.client_id and sys_group.groupid = $client_group_id"); $client_dns = $app->db->queryOneRecord("SELECT dns_servers FROM sys_group, client WHERE sys_group.client_id = client.client_id and sys_group.groupid = $client_group_id");
$client_dns['dns_servers_ids'] = explode(',', $client_dns['dns_servers']); $client_dns['dns_servers_ids'] = explode(',', $client_dns['dns_servers']);
...@@ -348,4 +348,4 @@ $app->tpl_defaults(); ...@@ -348,4 +348,4 @@ $app->tpl_defaults();
$app->tpl->pparse(); $app->tpl->pparse();
?> ?>
\ No newline at end of file
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