From: Coleman Watts Date: Thu, 3 Jul 2014 20:17:27 +0000 (+0100) Subject: Update comments X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=da8f8f422349f782955cf4b5b4d556d87e404461;p=civicrm-core.git Update comments --- 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')