From 0dc4289e4fd592361faeefa025dcfd374dacecf0 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 15 Jan 2016 13:28:54 -0500 Subject: [PATCH] CRM-16353 - Warn not to use deprecated function --- CRM/Utils/JSON.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/JSON.php b/CRM/Utils/JSON.php index eb3b5d5230..52a40c9988 100644 --- a/CRM/Utils/JSON.php +++ b/CRM/Utils/JSON.php @@ -47,7 +47,7 @@ class CRM_Utils_JSON { } /** - * encode data for dataTable plugin. + * Do not use this function. See CRM-16353. * @deprecated * * @param array $params -- 2.25.1