swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit 93ab316e51502d5c70603397fc15ea1394dd08ff
parent e29c74f03d58d449d25c54b800bff045645319e8
Author: uriel@engel.se.cat-v.org <unknown>
Date:   Sat, 17 Jan 2009 09:42:24 +0100

Remove unused/debug code and rename comment var enable_comments
Diffstat:
Mapps/bridge/app.rc | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/apps/bridge/app.rc b/apps/bridge/app.rc @@ -1,5 +1,5 @@ fn bridge_init { - if(! ~ $#allowComments 0) { + if(! ~ $#enable_comments 0) { ll_add handlers_body_foot bridge_body_foot if(get_post_args comment_text) { dprint POST COMMNET $"comment_text @@ -23,8 +23,6 @@ fn bridge_init { echo $u > $d/user echo $comment_text > $d/body } - if not - dprint SSS $status } }