Changeset 196


Ignore:
Timestamp:
05/26/09 20:18:23 (15 years ago)
Author:
nanardon
Message:
  • fix query
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql/User.pm

    r185 r196  
    111111        my $sth = $self->db->prepare_cached( 
    112112            q{ 
    113             select id from group_attributes join user_attributes_list 
    114             on group_attributes_list.ikey = user_attributes.attr 
     113            select id from group_attributes join group_attributes_list 
     114            on group_attributes_list.ikey = group_attributes.attr 
    115115            where value = ? and canonical = ? 
    116116            } 
Note: See TracChangeset for help on using the changeset viewer.