Closed (fixed)
Project:
Buddylist
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2007 at 18:18 UTC
Updated:
27 Aug 2007 at 20:48 UTC
Hello,
I see that this function is removed from buddylist.module. Not sure what this form is about. Perhaps if someone wants me to confirm that we are buddies? Anyway this function is deleted but buddylist_confirm_form() is not. This is weird. What was the reason to delete it?
Attila
Comments
Comment #1
dldege commentedThe form is still used - its merged in with the confirmation form but as such the submit is handled elsewhere - ie. buddylist_confirm_form() is basically just a convenience form builder function.
the submit is handled here in this case
The submit handler that was removed was never being used by the code.
Comment #2
attila75 commentedThanks!