JOIN generation did not work in 3.0 for multi-table queries

This commit is contained in:
Marc Delisle
2008-08-21 12:42:48 +00:00
parent e77938bb20
commit 4670ada84b

View File

@@ -815,7 +815,8 @@ if (isset($Field) && count($Field) > 0) {
}
} // end if (exactly one where clause)
unset($tab_all[$master]);
$tab_left = $tab_all;
unset($tab_left[$master]);
$tab_know[$master] = $master;
$run = 0;