As per http://drupal.org/node/500866#comment-2633784, it seems to have parsed/written these lines a bit wrong.
- $correct_number = $count - ($limit * $page);
+ $correct_number($limit $page);
As per http://drupal.org/node/500866#comment-2633784, it seems to have parsed/written these lines a bit wrong.
- $correct_number = $count - ($limit * $page);
+ $correct_number($limit $page);
Comments
Comment #1
solotandem commentedFixed in next dev release.