Indefero

Indefero Commit Details


Date:2012-01-03 10:16:33 (12 years 11 months ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:516640b0cd74eaa8d829e378f745d81b9fcdbb53
Parents: 126f94016f41d6960370ecad44d22e76897f68ce
Message:Duplicate column name in query, do'h!

Changes:

File differences

src/IDF/Views.php
409409
410410
411411
412
412
413413
414414
415415
foreach ($rows as $row) {
$ids[] = $row->model_id;
}
$authSql->SOr(new Pluf_SQL(sprintf('id IN (%s)', implode(', ', $ids))));
$authSql->SOr(new Pluf_SQL(sprintf($db->pfx.'idf_projects.id IN (%s)', implode(', ', $ids))));
}
$sql->SAnd($authSql);
}

Archive Download the corresponding diff file

Page rendered in 0.07715s using 13 queries.