For Drupal 6, db_query_range() should be used in place of db_query() where the LIMIT clause is needed. This patch fixes 4 errors found there.
| Comment | File | Size | Author |
|---|---|---|---|
| legal_module_sql.patch | 2.13 KB | hailu |
For Drupal 6, db_query_range() should be used in place of db_query() where the LIMIT clause is needed. This patch fixes 4 errors found there.
| Comment | File | Size | Author |
|---|---|---|---|
| legal_module_sql.patch | 2.13 KB | hailu |
Comments
Comment #1
catchPatch looks great, and applies cleanly. RTBC.
Comment #2
alexandreracine commentedDoes this work? Should the patch be commited? Is it already fixed?
Comment #3
recidive commentedCommited. Thanks!