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

junedkazi’s picture

Title: Just curious to know replacement for hook_filefield in D6 ? » Just wanted to know the replacement for hook_filefield in D6 ?
junedkazi’s picture

Is it hook_file ?

quicksketch’s picture

Yes, it's just hook_file_$op(). Where $op is insert/delete/update/references. Check the filefield_file.inc file for some hook examples.

junedkazi’s picture

Status: Active » Fixed

thanks for the reply. I am closing this issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.