minor fix

This commit is contained in:
fbsanchez 2020-07-07 13:54:06 +02:00
parent 98dc5f1796
commit b717a44913
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ sub get_group_children ($$$;$) {
my ($dbh, $parent, $ignorePropagate, $href_groups) = @_;
if (is_empty($href_groups)) {
my @groups = get_db_rows($dbh, 'tgrupo');
my @groups = get_db_rows($dbh, 'SELECT * FROM tgrupo');
my $href_groups = map {
$_->{'id_grupo'} => $_