Florian Schaal
2015-03-06 67bdceed3ea3ca8e727133a792db1b6238195ef5
Merge branch 'master' of http://git.ispconfig.org/ispconfig/ispconfig3
1 files modified
2 ■■■ changed files
interface/web/sites/web_vhost_domain_list.php 2 ●●● patch | view | raw | blame | history
interface/web/sites/web_vhost_domain_list.php
@@ -76,7 +76,7 @@
}
$list = new list_action;
$list->SQLExtWhere = "web_domain.type = '" . $query_type . "'" . ($show_type != 'domain' ? " AND web_domain.parent_domain_id = '0'" : "");
$list->SQLExtWhere = "web_domain.type = '" . $query_type . "'" . ($show_type == 'domain' ? " AND web_domain.parent_domain_id = '0'" : "");
$list->SQLOrderBy = 'ORDER BY web_domain.domain';
$list->onLoad();