Index: branches/5.1.x/core/kernel/db/dblist.php =================================================================== diff -u -N -r14119 -r14199 --- branches/5.1.x/core/kernel/db/dblist.php (.../dblist.php) (revision 14119) +++ branches/5.1.x/core/kernel/db/dblist.php (.../dblist.php) (revision 14199) @@ -1,6 +1,6 @@ GetSelectSQL(true, false); - $fields = implode(', ', $fields); + $fields = str_replace('%1$s', $this->TableName, implode(', ', $fields)); if ( preg_match("/DISTINCT(.*?)FROM(?!_)/is",$sql,$regs ) ) {