Index: openacs-4/packages/oct-election/www/election-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/oct-election/www/election-edit.tcl,v diff -u -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- openacs-4/packages/oct-election/www/election-edit.tcl 14 May 2005 23:21:36 -0000 1.1.1.1.2.1 +++ openacs-4/packages/oct-election/www/election-edit.tcl 14 May 2005 23:49:23 -0000 1.1.1.1.2.2 @@ -40,8 +40,8 @@ } -new_data { db_dml create_election { insert into oct_election - (start_time, end_time, number_of_candidates, label) - values (:start_time, :end_time, :number_of_candidates, :label); + (start_time, end_time, number_of_candidates, vote_forum_cutoff, label) + values (:start_time, :end_time, :number_of_candidates, :vote_forum_cutoff, :label); } } -edit_data { db_dml update_election {