Index: branches/5.2.x/units/listings/listings_config.php =================================================================== diff -u -N -r14583 -r14724 --- branches/5.2.x/units/listings/listings_config.php (.../listings_config.php) (revision 14583) +++ branches/5.2.x/units/listings/listings_config.php (.../listings_config.php) (revision 14724) @@ -1,6 +1,6 @@ Array ( '' => Array ( 'LinkName' => 'CONCAT(item_table.Name, " (", item_table.Url, ")")', - 'LinkOwner' => 'IF (ISNULL(u.Login), IF (item_table.CreatedById = ' . USER_ROOT . ', "root", IF (item_table.CreatedById = ' . USER_GUEST . ', "Guest", "n/a")), u.Login)', + 'LinkOwner' => 'IF (ISNULL(u.Username), IF (item_table.CreatedById = ' . USER_ROOT . ', "root", IF (item_table.CreatedById = ' . USER_GUEST . ', "Guest", "n/a")), u.Username)', ), ), 'Fields' => Array (