diff options
author | gerv%gerv.net <> | 2002-05-08 06:28:39 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-05-08 06:28:39 +0200 |
commit | d756467055959872b1a443d2c60417135b0d05e9 (patch) | |
tree | d1f3401ac634e7cc5407d6340f068aa44e0470e9 /votes.cgi | |
parent | 4afae456014ff01ee01e11279fc5a9b5f4f7b5bf (diff) | |
download | bugzilla-d756467055959872b1a443d2c60417135b0d05e9.tar.gz bugzilla-d756467055959872b1a443d2c60417135b0d05e9.tar.xz |
Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave.
Diffstat (limited to 'votes.cgi')
-rwxr-xr-x | votes.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |