yms/validate-functions.php
changeset 10 351d40b21cbc
parent 0 9997bee9ad03
--- a/yms/validate-functions.php	Fri Apr 08 17:22:15 2016 -0400
+++ b/yms/validate-functions.php	Fri Apr 08 17:23:16 2016 -0400
@@ -27,6 +27,10 @@
   $result = "h={$hash}\n";
   foreach ( $response as $key => $value )
   {
+    if ( $value === null )
+    {
+      continue;
+    }
     $result .= "{$key}={$value}\n";
   }
   return trim($result);