typo fix?

svn path=/trunk/; revision=24325
This commit is contained in:
paul 2012-09-13 13:26:22 +00:00
parent 4c7faa274f
commit 3b17c15c2e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ my $time = strftime "%s", localtime;
my $reference = "order.$date." . substr $time, -5; my $reference = "order.$date." . substr $time, -5;
# technically we only need the last name for shipping # technically we only need the last name for shipping
my $firstname = $query->param("firstname") || $firstname = ''; my $firstname = $query->param("firstname");
my $lastname = $query->param("lastname"); my $lastname = $query->param("lastname");
my $email = $query->param("email"); my $email = $query->param("email");