Index: branches/5.2.x/core/kernel/db/dblist.php =================================================================== diff -u -N -r14244 -r14572 --- branches/5.2.x/core/kernel/db/dblist.php (.../dblist.php) (revision 14244) +++ branches/5.2.x/core/kernel/db/dblist.php (.../dblist.php) (revision 14572) @@ -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 ) ) {