Index: site_user_list.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/site_user_list/site_user_list.module,v
retrieving revision 1.4
diff -u -p -r1.4 site_user_list.module
--- site_user_list.module	24 Jun 2009 17:14:26 -0000	1.4
+++ site_user_list.module	20 Aug 2009 16:46:35 -0000
@@ -404,7 +404,7 @@ function site_user_list_form($form_state
         if ($template_condition_ok) {
           if ($fields[$f]['eval_template']) {
             // if the template should be evaluated, eval it
-            $row[] = drupal_eval('<?php ' . $fields[$f]['template'] . '?>');
+            $row[] = drupal_eval('<?php $r = '. var_export($r, TRUE).'; ' . $fields[$f]['template'] . '?>');
           }
           else {
             // otherwise, use strtr passing the available columns for simple replacement
