liquid_feedback_core

view Makefile @ 121:8a1a488a1a67

Bugfix in function "freeze_after_snapshot"; Simplified function "close_voting"

Constraint "valid_state" on table "issue" requires, that "ranks_available" is set to true, if state is set to 'canceled_no_initiative_admitted'.
Function "close_voting" assumes that there was at least one initiative to be voted on (ensured by "freeze_after_snapshot").
author jbe
date Mon Mar 07 19:15:14 2011 +0100 (2011-03-07)
parents 8d021cb5eaf4
children c8cd87b87708
line source
1 lf_update: lf_update.c
2 cc -Wall -g -lpq \
3 -I "`pg_config --includedir`" \
4 -L "`pg_config --libdir`" \
5 -o lf_update lf_update.c
7 clean::
8 rm -f lf_update

Impressum / About Us