User.pm: fixed a type Group->group should be group->get

Template documentation for EMS and another i18n label.
This commit is contained in:
Colin Kuskie 2006-02-20 20:37:27 +00:00
parent 9f4b73a946
commit a991401a6a
4 changed files with 95 additions and 2 deletions

View file

@ -313,7 +313,7 @@ sub isInGroup {
my $dbh = $dbLink->dbh;
if (defined $dbh) {
if ($group->get("dbQuery") =~ /select 1/i) {
my $query = $group->group("dbQuery");
my $query = $group->get("dbQuery");
WebGUI::Macro::process($self->session,\$query);
my $sth = $dbh->unconditionalRead($query);
unless ($sth->errorCode < 1) {