Closed (fixed)
Project:
FileField
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2009 at 10:41 UTC
Updated:
28 Mar 2009 at 07:40 UTC
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.