Falko Timme
2013-10-22 d5473beac0fb8fdd2b11be1f7fd286d2aaed1649
interface/web/dns/dns_a_list.php
@@ -16,7 +16,7 @@
$app->auth->check_module_permissions('dns');
$app->uses('listform_actions');
$app->listform_actions->SQLExtWhere = "type = 'A'";
$app->listform_actions->SQLExtWhere = "dns_rr.type = 'A'";
$app->listform_actions->onLoad();