Brady, Rod, and Tony,
Do any of you remember this commit from 2010?
I believe that what happened here is a big block of code was copied and pasted from user_admin.php into usergroup_admin.php. It probably should have been removed from user_admin.php at that time, but it wasn’t.
The whole block in user_admin.php for GET[‘mode’] = “update” is no longer used as everything is handled by usergroup_admin.php now. I’d like to remove it now. The “save” button still works without that big block of code in user_admin.php.
The whole block in user_admin.php for GET[‘mode’] = “update” is no longer
used as everything is handled by usergroup_admin.php now. I’d like to
remove it now. The “save” button still works without that big block of code
in user_admin.php.
I don’t remember that code, but agree that if not used, then remove it.
On unrelated note, I just merged in Julia’s commits. After I merged it in I realized I missed some code on my review that seems to bring in a modul to the address book listing script. However, a modul isn’t being used there on testing(a popup is instead). Can I get some clarification on that code Julia?
Julia,
Can you help me out by pointing me towards a specific commit that confirms my hypothesis about redundant code in these two files?
Thanks,
-Kevin