Releases of Drupal contributions that are compatible with version 5.x of Drupal Core
Nightly development snapshot from 5.x branch
5.x beta version
Nightly snapshot for 5.x branch
In line, 89, 313:
Changed: cache_clear_all(); to: cache_clear_all($user->uid, 'cache_menu', true);
cache_clear_all();
cache_clear_all($user->uid, 'cache_menu', true);
Updated Masquerade module code. Compatible with Drupal 5.x only.