$fld_103 is a checkbox group array returning integer values.
{$fld_103|@array_sum} gives me the following error: Warning: array_sum() expects parameter 1 to be array
Insights into the error?
[solved] Smarty and checkbox group
-
jchelpdeskwv
- Forum Members

- Posts: 53
- Joined: Tue Nov 10, 2009 6:47 pm
[solved] Smarty and checkbox group
Last edited by jchelpdeskwv on Wed May 26, 2010 5:43 pm, edited 1 time in total.
-
jchelpdeskwv
- Forum Members

- Posts: 53
- Joined: Tue Nov 10, 2009 6:47 pm
Re: Smarty and checkbox group
Checkbox group arrays return a true or false when using a function. Best to use individual checkboxes.
