From: Tyrell Cook Date: Wed, 30 Apr 2014 23:31:49 +0000 (-0400) Subject: removed code X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0fd47ecd16d5067686546cd315f01efd10f28898;p=civicrm-core.git removed code --- 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