Closed (fixed)
Project:
Documentation
Component:
Developer Guide
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2007 at 07:12 UTC
Updated:
24 Jan 2007 at 17:31 UTC
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);
Comments
Comment #1
karldied commentedListing of the actual node number would have been helpful.
/node/82967/ updated. Thanks! -karldied
Comment #2
karldied commentedRe-opened:
Please remove comments 2-4 on /node/82967
They are incorporated.
Comment #3
webchickDone, thanks!
Comment #4
(not verified) commented