-
Improvement
-
Resolution: Won't Fix
-
Minor
-
3.0.11
-
None
-
None
Right now adding and removing foes is all handled in ucp_zebra::main, and it gets its parameters directly from $_POST and $_GET. If some of this logic were extracted into two functions (add_foes($user_id, $foes) remove_foes($user_id, $foes)) it would make manipulating the foes lists from outside of phpBB much easier.