[documentation] [Documentation bug] Handbook for 5.x module development guide wrong db_query_range args

karldied drupal-docs at drupal.org
Wed Jan 10 17:10:33 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:     critical
+Priority:     normal
-Assigned to:  Anonymous
+Assigned to:  karldied
 Reported by:  princeamin
 Updated by:   karldied
-Status:       active
+Status:       fixed

Listing of the actual node number would have been helpful.
/node/82967/ updated. Thanks! -karldied




karldied



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);






More information about the documentation mailing list