Closed (fixed)
Project:
Administer Users by Role
Version:
5.x-0.9
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Reporter:
Created:
4 Apr 2008 at 20:13 UTC
Updated:
10 Feb 2009 at 21:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
smokrisSSzretter -
Yes. This is planned. I hope to have the time to port it to 6.x soon.
- smokris
Comment #2
theabacus commentedI converted Administer Users by Role to Drupal 6. The only changes made (with the exception of the info file) is:
1) Hook_menu changed to hook_inti.
2) The if statement "if(!$maycache) {}" removed since hook_inti replaced $maycache.
Feel free to post it if it passing testing.
Comment #3
smokrisThanks for your patch, theabacus. I started with that and cleaned it up a bit (see #270852: Allows any edit/block/delete and #319082: Module patch, coding standards cleanup), and have published an official 6.x release.