Index: site_user_list.module =================================================================== --- site_user_list.module (revision 12) +++ site_user_list.module (working copy) @@ -941,7 +941,7 @@ if ($template_condition_ok) { if ($fields[$f]['eval_template']) { // if the template should be evaluated, eval it - $row[] = drupal_eval(''); + $row[] = drupal_eval(''); } else { // otherwise, use strtr passing the available columns for simple replacement