liquid_feedback_frontend

diff model/contact.lua @ 1045:701a5cf6b067

Imported LiquidFeedback Frontend 3.0 branch
author bsw
date Thu Jul 10 01:19:48 2014 +0200 (2014-07-10)
parents 516962033e96
children
line diff
     1.1 --- a/model/contact.lua	Thu Jul 10 01:02:43 2014 +0200
     1.2 +++ b/model/contact.lua	Thu Jul 10 01:19:48 2014 +0200
     1.3 @@ -33,6 +33,9 @@
     1.4    if args.member_id then
     1.5      selector:add_where{ "member_id = ?", args.member_id }
     1.6    end
     1.7 +  if args.public ~= nil then
     1.8 +    selector:add_where{ "public = ?", args.public }
     1.9 +  end
    1.10    if args.order then
    1.11      if args.order == "name" then
    1.12        selector:add_order_by("member.name")

Impressum / About Us