Index: branches/5.3.x/units/listings/listings_config.php =================================================================== diff -u -N -r15672 -r16393 --- branches/5.3.x/units/listings/listings_config.php (.../listings_config.php) (revision 15672) +++ branches/5.3.x/units/listings/listings_config.php (.../listings_config.php) (revision 16393) @@ -1,6 +1,6 @@ Array ( '' => Array ( 'LinkName' => 'CONCAT(item_table.Name, " (", item_table.Url, ")")', - 'LinkOwner' => 'IF (ISNULL(u.Username), IF (item_table.CreatedById = ' . USER_ROOT . ', "root", IF (item_table.CreatedById = ' . USER_GUEST . ', "Guest", "n/a")), IF(u.Username = "", u.Email, u.Username))', + 'LinkOwner' => 'IF (ISNULL(u.Username), IF (item_table.CreatedById = ' . USER_ROOT . ', "root", IF (item_table.CreatedById = ' . USER_GUEST . ', "Guest", "n/a")), IF(u.Username = "", u.Email, u.Username))', ), ), @@ -172,4 +172,4 @@ ), ), ), -); \ No newline at end of file +);