liquid_feedback_frontend

changeset 155:329425e4128e

lua is so strange ;-)
author Daniel Poelzleithner <poelzi@poelzi.org>
date Fri Oct 08 19:29:45 2010 +0200 (2010-10-08)
parents 6b6c82f9ca9f
children 74f1d4abf19e
files app/main/member/show_tab.lua
line diff
     1.1 --- a/app/main/member/show_tab.lua	Fri Oct 08 15:25:10 2010 +0200
     1.2 +++ b/app/main/member/show_tab.lua	Fri Oct 08 19:29:45 2010 +0200
     1.3 @@ -52,7 +52,7 @@
     1.4        broken_delegations:add_where{"member.active = 'f'"}
     1.5      end
     1.6  
     1.7 -  if broken_delegations:count() then
     1.8 +  if broken_delegations:count() > 0 then
     1.9      tabs[#tabs+1] = {
    1.10        class = "red",
    1.11        name = "problem_delegations",

Impressum / About Us