liquid_feedback_frontend
diff model/session.lua @ 1074:aefef1556d55
Removed usage of hstore from LDAP support
author | bsw |
---|---|
date | Tue Jul 22 22:17:37 2014 +0200 (2014-07-22) |
parents | 58f48a8a202a |
children | 32cc544d5a5b |
line diff
1.1 --- a/model/session.lua Fri Jul 18 23:13:19 2014 +0200 1.2 +++ b/model/session.lua Tue Jul 22 22:17:37 2014 +0200 1.3 @@ -28,7 +28,7 @@ 1.4 function Session:by_ident(ident) 1.5 local selector = self:new_selector() 1.6 selector:add_where{ 'ident = ?', ident } 1.7 - selector:add_field{ '"authority_data" -> \'uid\' as authority_data_uid' } 1.8 + selector:add_field{ 'authority_uid' } 1.9 selector:optional_object_mode() 1.10 return selector:exec() 1.11 end