Current time: 04-18-2024, 12:44 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
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #2
RE: ispCP 1.0.7 RC1: ispcp-htgroups-mngr
That`s my mistake Big Grin . I`ll correct it this evening
09-17-2010 11:48 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Nuxwin
Unregistered

 
Post: #3
RE: ispCP 1.0.7 RC1: ispcp-htgroups-mngr
Hu Hu Daniel. You receive big blame from all the TEAM Big Grin Tongue Big Grin Tongue
09-18-2010 07:19 AM
Quote this message in a reply
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #4
RE: ispCP 1.0.7 RC1: ispcp-htgroups-mngr
Sad I`ll catch you Wink Tongue
(This post was last modified: 09-18-2010 07:30 AM by sci2tech.)
09-18-2010 07:20 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Nuxwin
Unregistered

 
Post: #5
RE: ispCP 1.0.7 RC1: ispcp-htgroups-mngr
Hehe, It's easy to catch me.
09-18-2010 07:42 AM
Quote this message in a reply
RatS Offline
Project Leader
******

Posts: 1,854
Joined: Oct 2006
Reputation: 17
Post: #6
RE: ispCP 1.0.7 RC1: ispcp-htgroups-mngr
(09-18-2010 07:42 AM)Nuxwin Wrote:  Hehe, It's easy to catch me.
He just leaves his place for a meal Wink
(This post was last modified: 09-18-2010 08:04 PM by RatS.)
09-18-2010 08:03 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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