function image_submit in Image 5
Same name and namespace in other branches
- 5.2 image.module \image_submit()
File
- ./
image.module, line 556
Code
function image_submit(&$node) {
if ($node->new_file) {
$node->rebuild_images = FALSE;
}
}
function image_submit(&$node) {
if ($node->new_file) {
$node->rebuild_images = FALSE;
}
}