Revision 2b78d0ea67fa955e49363de0db6a250bc1b58f3f

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]