Revision 856537e32a961c9b916de5e5c98003adfba01ded
Committed on 24/02/2013 12:43 pm by
PhpArno <arnaud.chasseux@gmail.com> [GitHub Diff]
Fixes table order in SQL FROM clause, fixes offset
Since "sqlPermissionChecking" and other "FROM" clauses use "INNER JOIN" statement,
and "ON" statement use "ezcontentobject" table, the declaration of ezcontentobject
have to be written before other clauses.
Further, the use of "offset" in eZDB::arrayQuery() method return array with
the same offset in keys, we can not have $row[0]