From fb5b081b57c47891326906066a556f2c39237f24 Mon Sep 17 00:00:00 2001 From: "Donald A. Lobo" Date: Mon, 13 May 2013 11:39:26 -0700 Subject: [PATCH] CRM-12597 ---------------------------------------- * CRM-12597: CLONE - Undefined variable: val in CRM_Contribute_BAO_Query::whereClauseSingle() http://issues.civicrm.org/jira/browse/CRM-12597 --- CRM/Contribute/BAO/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/BAO/Query.php b/CRM/Contribute/BAO/Query.php index de3befd433..0ca7fca636 100644 --- a/CRM/Contribute/BAO/Query.php +++ b/CRM/Contribute/BAO/Query.php @@ -550,7 +550,7 @@ class CRM_Contribute_BAO_Query { if (!isset($fields[$fldName])) { // CRM-12597 CRM_Core_Session::setStatus(ts( - 'We did not recognize the search field: %1. Please check and fix your smart groups.', + 'We did not recognize the search field: %1. Please check and fix your contribution related smart groups.', array(1 => $fldName) ) ); -- 2.25.1