function imagefield_file_insert in ImageField 6.3
Same name and namespace in other branches
- 5.2 imagefield.module \imagefield_file_insert()
- 5 imagefield.module \imagefield_file_insert()
Implementation of hook_file_insert().
File
- ./
imagefield_file.inc, line 11 - hook_file and imagefield file functions.
Code
function imagefield_file_insert($file) {
// Currently empty. Thumbnails are now generated on preview.
}