[guadec-web] Removing semicolon errors still



commit 2676c2de91da6939ba586ecfee7e1cdb44244df9
Author: Saumya Dwivedi <saumya zero gmail com>
Date:   Wed Jul 9 14:51:06 2014 +0530

    Removing semicolon errors still

 guadec/ipn.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/guadec/ipn.php b/guadec/ipn.php
index 0952299..0a8c864 100755
--- a/guadec/ipn.php
+++ b/guadec/ipn.php
@@ -80,7 +80,7 @@ if ($verified) {
         $errmsg .= "No Valid user email-address found\n";
     }        
     if (!empty($errmsg)) {
-        $status = "Fraud-check"
+        $status = "Fraud-check";
         $upipn = $listener->updateCompleted($reg_email,$status);
         error_log($upipn);
         // manually investigate errors from the fraud checking


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