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('<?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
