[guadec-web] Fix some parameter names



commit 8568c9c2574bb76ed8159f5a0615768e119c9ce8
Author: Pascal Terjan <pterjan gmail com>
Date:   Sat Jul 12 16:56:44 2014 +0000

    Fix some parameter names

 guadec/confirm-payment.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/guadec/confirm-payment.php b/guadec/confirm-payment.php
index a47cdd0..9df401c 100644
--- a/guadec/confirm-payment.php
+++ b/guadec/confirm-payment.php
@@ -49,8 +49,8 @@ if (!empty($_POST)) {
        
        $entry = (isset($_POST['entry-fee']))?(trim(stripslashes($_POST['entry-fee']))):'0';
        $lamount = (isset($_POST['lfee']))?(trim(stripslashes($_POST['lfee']))):'0';
-       $aamount = (isset($_POST['lfee']))?(trim(stripslashes($_POST['afee']))):'0';
-       $tamount = (isset($_POST['lfee']))?(trim(stripslashes($_POST['tfee']))):'0';
+       $aamount = (isset($_POST['afee']))?(trim(stripslashes($_POST['afee']))):'0';
+       $tamount = (isset($_POST['tfee']))?(trim(stripslashes($_POST['tfee']))):'0';
        $bday = (isset($_POST['bday']))?($_POST['bday']):'NA';
        $student =  ($_POST['student'] == true)?"YES":"NA";
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]