ftimme
2013-07-04 820e4a545e723976ce3f4ce0e57eef02f9b3cf7d
interface/web/dns/dns_template_list.php
@@ -16,9 +16,9 @@
$app->auth->check_module_permissions('dns');
$app->uses('listform_actions');
// $app->listform_actions->SQLExtWhere = "access = 'REJECT'";
// $app->listform_actions->SQLExtWhere = "dns_template.access = 'REJECT'";
$app->listform_actions->SQLOrderBy = 'ORDER BY name';
$app->listform_actions->SQLOrderBy = 'ORDER BY dns_template.name';
$app->listform_actions->onLoad();