Line 341:
$query->join($join['table'], 't__' . $alias_count, 't__0' . $join['left_key'] . ' = ' . 't__' . $alias_count . '.' . $join['right_key']);

from export.inc should be

$query->join($join['table'], 't__' . $alias_count, 't__0.' . $join['left_key'] . ' = ' . 't__' . $alias_count . '.' . $join['right_key']);

Patch attached.

CommentFileSizeAuthor
ctools_export_join_error.patch755 bytesamateescu

Comments

merlinofchaos’s picture

Status: Needs review » Patch (to be ported)

Committed. We should doublecheck to see if this needs a backport to D6.

amateescu’s picture

Status: Patch (to be ported) » Fixed

@merlinofchaos, I checked before posting the patch and it doesn't need a backport.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.