Current time: 05-01-2024, 06:50 PM Hello There, Guest! (LoginRegister)


Post Reply 
ispCP 1.0.7 RC1: ispcp-htgroups-mngr
Author Message
Freakez Offline
Junior Member
*

Posts: 21
Joined: Mar 2010
Reputation: 0
Post: #1
ispCP 1.0.7 RC1: ispcp-htgroups-mngr
Hello,

There is a problem with the ispcp-htgroups-mngr in ispCP 1.0.7 RC1.

If a user is added to a group, the group name in stead of the domain name will added to the .htgroup file.

You can fix this by replacing:
Code:
            my ($htgroup_name, $htgroup_members, $htgroup_status, $htgroup_id) =
                (@$rows{$_}->{'domain_name'}, @$rows{$_}->{'members'}, @$rows{$_}->{'status'}, @$rows{$_}->{'id'});

to:
Code:
            my ($htgroup_name, $htgroup_members, $htgroup_status, $htgroup_id) =
                (@$rows{$_}->{'ugroup'}, @$rows{$_}->{'members'}, @$rows{$_}->{'status'}, @$rows{$_}->{'id'});

Cheers!
09-17-2010 05:34 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
ispCP 1.0.7 RC1: ispcp-htgroups-mngr - Freakez - 09-17-2010 05:34 PM
RE: ispCP 1.0.7 RC1: ispcp-htgroups-mngr - Nuxwin - 09-18-2010, 07:19 AM
RE: ispCP 1.0.7 RC1: ispcp-htgroups-mngr - Nuxwin - 09-18-2010, 07:42 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)