From: Tim Otten Date: Wed, 30 Oct 2019 00:24:05 +0000 (-0700) Subject: DB Tpl Strings - Remove unused Smarty function crmDBTpl X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=eecf472deeb76fd047aef83006ed7cd47ba5c6d6;p=civicrm-core.git DB Tpl Strings - Remove unused Smarty function crmDBTpl I've searched `universe` and haven't found any references to this. This appears to be the only code-path which consumes information from `civicrm_persistent`. I also went back to spot-check a few SVN branches of CiviCRM (v3.2, v3.3). It appears that this was added in v3.2 *but never used or documented*. --- diff --git a/CRM/Core/Smarty/plugins/function.crmDBTpl.php b/CRM/Core/Smarty/plugins/function.crmDBTpl.php deleted file mode 100644 index ccffdee63a..0000000000 --- a/CRM/Core/Smarty/plugins/function.crmDBTpl.php +++ /dev/null @@ -1,50 +0,0 @@ -assign($params['var'], $contextNameData); -}