Removed dead code
This commit is contained in:
parent
d94a992aea
commit
b5fa3e1cd5
1 changed files with 0 additions and 3 deletions
|
@ -45,9 +45,6 @@ use HTML::Template;
|
||||||
|
|
||||||
my %env;
|
my %env;
|
||||||
my $input = new CGI;
|
my $input = new CGI;
|
||||||
#get varibale that tells us whether to show confirmation page
|
|
||||||
#or insert data
|
|
||||||
my $insert=$input->param('insert');
|
|
||||||
|
|
||||||
#get rest of data
|
#get rest of data
|
||||||
my %data;
|
my %data;
|
||||||
|
|
Loading…
Reference in a new issue