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

Gurpartap Singh’s picture

Did 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.

chrisfromredfin’s picture

I 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.

Gurpartap Singh’s picture

Status: Active » Closed (fixed)

Good to know :)