liquid_feedback_frontend

changeset 963:03b0ac783fe0

Removed unnecessary lock
author bsw
date Thu Feb 21 18:56:59 2013 +0100 (2013-02-21)
parents dfc7b75189ed
children 1997cf1da04b
files app/main/index/register.lua
line diff
     1.1 --- a/app/main/index/register.lua	Fri Feb 08 18:53:58 2013 +0100
     1.2 +++ b/app/main/index/register.lua	Thu Feb 21 18:56:59 2013 +0100
     1.3 @@ -48,7 +48,6 @@
     1.4          :add_where{ "invite_code = ?", code }
     1.5          :add_where{ "activated ISNULL" }
     1.6          :optional_object_mode()
     1.7 -        :for_update()
     1.8          :exec()
     1.9  
    1.10        if not member.notify_email and not notify_email or not member.name and not name or not member.login and not login or step == 1 then

Impressum / About Us