[documentation] [Documentation bug] Doc error on _db_rewrite_sql API
pwolanin
drupal-docs at drupal.org
Fri Jan 5 14:12:47 UTC 2007
Issue status update for
http://drupal.org/node/32833
Post a follow up:
http://drupal.org/project/comments/add/32833
Project: Documentation
Version: <none>
Component: Developer Guide
Category: bug reports
Priority: normal
Assigned to: Anonymous
Reported by: fgm
Updated by: pwolanin
Status: active
everyone who has CVS access can commit changes to the developer docs- so
just check them out, change and commit. There's no real need to post an
issue if you find an obvious error like this.
$ cvs co contributions/docs/developer
pwolanin
Previous comments:
------------------------------------------------------------------------
Sun, 02 Oct 2005 11:50:55 +0000 : fgm
The current doc says:
"Collects JOIN and WHERE statements via hook_sql"
It seems it should say:
"Collects JOIN and WHERE statements via hook_db_rewrite_sql" instead,
and link to hook_db_rewrite_sql
This fix is needed on both:
http://drupaldocs.org/api/4.6/function/_db_rewrite_sql
and
http://drupaldocs.org/api/head/function/_db_rewrite_sql
------------------------------------------------------------------------
Fri, 05 Jan 2007 07:26:41 +0000 : sepeck
drupaldocs has been decommed.
------------------------------------------------------------------------
Fri, 05 Jan 2007 10:47:50 +0000 : fgm
Error is still there on API:
http://api.drupal.org/api/HEAD/function/_db_rewrite_sql
http://api.drupal.org/api/4.7/function/_db_rewrite_sql
http://api.drupal.org/api/4.6/function/_db_rewrite_sql
All mention the nonexistent hook_sql
More information about the documentation
mailing list