Index: joomla.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/joomla/joomla.module,v
retrieving revision 1.16.2.12
diff -u -p -r1.16.2.12 joomla.module
--- joomla.module	6 Aug 2009 11:18:13 -0000	1.16.2.12
+++ joomla.module	1 Oct 2009 21:01:31 -0000
@@ -426,7 +426,7 @@ function joomla_import_users($joomla_upd
       $profile_value = new stdClass();
       $profile_value->fid = $fid;
       $profile_value->uid = $user->uid;
-      $profile_value->value = $data->realname;
+      $profile_value->value = $data->name;
 
       if ($uid) {
         drupal_write_record('profile_values', $profile_value, array('fid', 'uid'));
