From 19409f822c901b4935b07493d741d479fbc119a0 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 23 Nov 2009 15:58:49 +0100 Subject: started to implement undo, added flatten option --- pollhead.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pollhead.rb') diff --git a/pollhead.rb b/pollhead.rb index f062b13..d3aa14c 100644 --- a/pollhead.rb +++ b/pollhead.rb @@ -105,7 +105,7 @@ EDITDELETE ret end - def edit_column_htmlform(activecolumn) + def edit_column_htmlform(activecolumn, revision) if activecolumn != "" title = activecolumn description = @data[title] @@ -119,6 +119,7 @@ EDITDELETE + #{hiddeninput} -- cgit v1.2.3