[guadec-web] Fix syntax



commit 89123d93d262ef1db59a85597c18fa3c1e6ae1d0
Author: Pascal Terjan <pterjan gmail com>
Date:   Tue Jul 22 15:08:55 2014 +0000

    Fix syntax

 guadec/confirm-payment.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/guadec/confirm-payment.php b/guadec/confirm-payment.php
index b285bb3..446c1f8 100644
--- a/guadec/confirm-payment.php
+++ b/guadec/confirm-payment.php
@@ -108,7 +108,7 @@ if (!empty($_POST) || isset($_GET['payfor'])) {
             $payment = $results['payment'];
             $application_submitted = true;
 
-            if($payment != 'Pending' && $payment != "Reminded')
+            if($payment != 'Pending' && $payment != 'Reminded')
             {
                 print('Your payment is currently completed or marked as payment onsite.');
                 require_once('footer.php');


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