From eecf472deeb76fd047aef83006ed7cd47ba5c6d6 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 29 Oct 2019 17:24:05 -0700 Subject: [PATCH] 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*. --- CRM/Core/Smarty/plugins/function.crmDBTpl.php | 50 ------------------- 1 file changed, 50 deletions(-) delete mode 100644 CRM/Core/Smarty/plugins/function.crmDBTpl.php 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); -} -- 2.25.1