You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
329 B

{foreach item=x from=$listfields name=foo}"{$x}"{if !$smarty.foreach.foo.last},{/if}{/foreach}
{section name=ix loop=$users}
{foreach item=x from=$listfields name=foo}"{if $x eq 'lastLogin'}{$users[ix].$x|tiki_short_datetime}{else}{$users[ix].$x|replace:'"':'""'}{/if}"{if !$smarty.foreach.foo.last},{/if}{/foreach}
{/section}