Hi,
I have a module in D5 in which I had used hook_filefield . But now in D6 it does not seem
to exists. Has it been replaced by some other hook ?
Thanks
Juned Kazi
Hi,
I have a module in D5 in which I had used hook_filefield . But now in D6 it does not seem
to exists. Has it been replaced by some other hook ?
Thanks
Juned Kazi
Comments
Comment #1
junedkazi commentedComment #2
junedkazi commentedIs it hook_file ?
Comment #3
quicksketchYes, it's just hook_file_$op(). Where $op is insert/delete/update/references. Check the filefield_file.inc file for some hook examples.
Comment #4
junedkazi commentedthanks for the reply. I am closing this issue.