From d756467055959872b1a443d2c60417135b0d05e9 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Wed, 8 May 2002 04:28:39 +0000 Subject: Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave. --- votes.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'votes.cgi') diff --git a/votes.cgi b/votes.cgi index eee96b960..7a387e0e1 100755 --- a/votes.cgi +++ b/votes.cgi @@ -213,7 +213,7 @@ sub show_user { SendSQL("DELETE FROM votes WHERE count <= 0"); SendSQL("UNLOCK TABLES"); - $vars->{'user'} = { canedit => $canedit, name => $name, id => $who }; + $vars->{'voting_user'} = { "login" => $name }; $vars->{'products'} = \@products; print "Content-type: text/html\n\n"; -- cgit v1.2.3-24-g4f1b