Project

General

Profile

Bug #15848 » dam.querygen.patch

Administrator Admin, 2006-05-15 23:31

View differences:

dam/lib/class.tx_dam_querygen.php 2006-05-15 22:49:31.000000000 +0200
$query = array();
foreach($select['LEFT_JOIN'] as $table => $on) {
$query[] = 'LEFT JOIN '.$table.' ON ('.$on.')';
$query[] = 'LEFT JOIN '.$table.' ON '.$on;
}
$queryParts['FROM'].= "\n".implode ("\n",$query);
(3-3/3)