From 0fd47ecd16d5067686546cd315f01efd10f28898 Mon Sep 17 00:00:00 2001 From: Tyrell Cook Date: Wed, 30 Apr 2014 19:31:49 -0400 Subject: [PATCH] removed code --- CRM/Utils/JSON.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CRM/Utils/JSON.php b/CRM/Utils/JSON.php index 098496b558..a779e30b99 100644 --- a/CRM/Utils/JSON.php +++ b/CRM/Utils/JSON.php @@ -126,10 +126,6 @@ class CRM_Utils_JSON { if ($addcomma) { $sOutput .= ","; } - //CRM-14466 --Make sure $value[$element] is defined to avoid php notice - if(!array_key_exists($element, $value)){ - $value[$element] = ""; - } //CRM-7130 --lets addslashes to only double quotes, //since we are using it to quote the field value. //str_replace helps to provide a break for new-line -- 2.25.1