From da8f8f422349f782955cf4b5b4d556d87e404461 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 3 Jul 2014 21:17:27 +0100 Subject: [PATCH] Update comments --- CRM/Core/Controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Core/Controller.php b/CRM/Core/Controller.php index e9c7b031be..96dd5b5716 100644 --- a/CRM/Core/Controller.php +++ b/CRM/Core/Controller.php @@ -239,8 +239,8 @@ class CRM_Core_Controller extends HTML_QuickForm_Controller { $this->_generateQFKey = FALSE; } elseif ($snippet == 5) { - // this is used for popups and inlined ajax forms - // also used for the various tabs via TabHeader + // mode deprecated in favor of json + // still used by dashlets, probably nothing else $this->_print = CRM_Core_Smarty::PRINT_NOFORM; } // Respond with JSON if in AJAX context (also support legacy value '6') -- 2.25.1