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

princeamin drupal-docs at drupal.org
Wed Jan 10 07:12:49 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
 Assigned to:  Anonymous
 Reported by:  princeamin
 Updated by:   princeamin
 Status:       active

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




princeamin



More information about the documentation mailing list