Remove unneeded param
authorColeman Watts <coleman@civicrm.org>
Thu, 7 Mar 2013 00:53:20 +0000 (16:53 -0800)
committerColeman Watts <coleman@civicrm.org>
Thu, 7 Mar 2013 00:53:20 +0000 (16:53 -0800)
templates/CRM/Custom/Form/CustomField.hlp

index c6be39d277ae02ab122d20d56a73c33e178ee5e5..509febc3d25a3abc10b660710f3090687f24699b 100644 (file)
@@ -25,6 +25,6 @@
 *}
 {* Dynamically fetch the help text for a custom field *}
 {htxt id=$id}
-  {crmAPI var='result' entity='CustomField' action='getsingle' sequential=1 id=$id}
+  {crmAPI var='result' entity='CustomField' action='getsingle' id=$id}
   {$result.help_post}
 {/htxt}