[documentation] [Documentation bug] Handbook for 5.x module development guide wrong db_query_range args
webchick
drupal-docs at drupal.org
Wed Jan 10 17:19:20 UTC 2007
Issue status update for
http://drupal.org/node/108205
Post a follow up:
http://drupal.org/project/comments/add/108205
Project: Documentation
Version: <none>
Component: Developer Guide
Category: bug reports
Priority: normal
Assigned to: Anonymous
Reported by: princeamin
Updated by: webchick
-Status: active
+Status: fixed
Done, thanks!
webchick
Previous comments:
------------------------------------------------------------------------
Wed, 10 Jan 2007 07:12:48 +0000 : princeamin
The module tutorial has an error if readers are using drupal 5.0 rc1.
This line should be changed from
$queryResult = db_query_range($query, 0, $limitnum, $start_time,
$end_time);
to
$queryResult = db_query_range($query, $start_time, $end_time, 0,
$limitnum);
------------------------------------------------------------------------
Wed, 10 Jan 2007 17:10:32 +0000 : karldied
Listing of the actual node number would have been helpful.
/node/82967/ updated. Thanks! -karldied
------------------------------------------------------------------------
Wed, 10 Jan 2007 17:17:38 +0000 : karldied
Re-opened:
Please remove comments 2-4 on /node/82967
They are incorporated.
More information about the documentation
mailing list