[guadec-web] Adding the regid makes 10 variables...



commit 3f54eb63aa4fd4eb0db9cb69a4918901fb833f33
Author: Patrick Uiterwijk <puiterwijk redhat com>
Date:   Fri Jul 18 16:50:26 2014 -0400

    Adding the regid makes 10 variables...

 guadec/ipn.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/guadec/ipn.php b/guadec/ipn.php
index 94209e9..0aae7b8 100755
--- a/guadec/ipn.php
+++ b/guadec/ipn.php
@@ -38,7 +38,7 @@ if ($verified) {
     $csplit = explode('&',$customInfo);
     $cvar = array(); $i = 0;
 
-    while(($i < 9) && ($csplit[$i] != null)){
+    while(($i < 10) && ($csplit[$i] != null)){
     $dsplit =  explode('=',$csplit[$i]);
     $ckey = $dsplit[0];
     $cvalue = ($dsplit[1] == null)?'0': $dsplit[1];


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