| 
      
      
      From: <Ewa...@ap...> - 2002-01-28 10:03:48
      
     | 
| Hallo,
 
in the package base_user-1.47 the method 'is_in_group' doesn't work
correctly. 
 
If the $group_spec is an string, the return value is always true.
 
I change the row
    return 1 if ( $group->id == $check_group_id );
to
    return 1 if ( $group->id eq $check_group_id );
 
 
eh
 
                                                                  
Ewald Hinrichs 
Applied Software Technology GmbH 
A BERTELSMANN COMPANY 
 |