Closed (fixed)
Project:
Paging
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2006 at 21:46 UTC
Updated:
7 Dec 2006 at 09:06 UTC
The only thing I found while using the 5.0 version of Paging was a PHP compile error on line 118. module_exist has been renamed to module_exists to be consistent with similar PHP functions.
Comments
Comment #1
Gurpartap Singh commentedDid you use the patch for Drupal 5.x at http://drupal.org/node/99090 ?
module_exist(s) is no more needed after that patch, as content alteration is simplified as per paging's needs in Drupal 5.x.
Comment #2
chrisfromredfinI did, but I manually applied the patch visually because I couldn't get the "patch" command to behave. It's possible I just mis-applied it manually.
Comment #3
Gurpartap Singh commentedGood to know :)