Index: notifications_content.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/notifications/notifications_content/notifications_content.module,v
retrieving revision 1.4.2.11
diff -b -u -p -r1.4.2.11 notifications_content.module
--- notifications_content.module	2 May 2008 17:04:56 -0000	1.4.2.11
+++ notifications_content.module	2 May 2008 17:16:41 -0000
@@ -1,5 +1,5 @@
 <?php
-// $Id: notifications_content.module,v 1.4.2.11 2008/05/02 17:04:56 jaydub Exp $
+// $Id: notifications_content.module,v 1.4.2.10 2008/04/24 19:24:20 jareyero Exp $
 /**
  * @file
  * Subscriptions to content events
@@ -499,7 +499,7 @@ function notifications_content_page_auth
     $list = array();
     $result = db_query("SELECT uid, name FROM {users} WHERE uid IN (". implode(',', array_keys($subscriptions)) .')');
     while ($author = db_fetch_object($result)) {
-      $list[$author->uid] = $author->name;
+      $list[$author->uid] = theme('username', $author);
     }
     $defaults = array('type' => 'author', 'event_type' => 'node');
     //$output = drupal_get_form('notifications_content_form', $account, $subscriptions, $list, 'author', t('Author'), $defaults);
