Loading includes/images.previewlist.imagefield.inc +1 −1 Original line number Diff line number Diff line Loading @@ -314,7 +314,7 @@ function fupload_list_images_imagefield_submit($form, &$form_state) { $node->format = isset($form_state['values']['format_'. $fid]) ? $form_state['values']['format_'. $fid] : $node->format; } if (isset($form_state['values']['taxonomy_'. $fid])) { $node->taxonomy = isset($form_state['values']['taxonomy_'. $fid]) ? array_merge($form_state['values']['taxonomy_'. $fid], $node->taxonomy) : $node->taxonomy; $node->taxonomy = !empty($node->taxonomy) ? array_merge($form_state['values']['taxonomy_' .$fid], $node->taxonomy) : $form_state['values']['taxonomy_' .$fid]; } // imagefield (cck) Loading Loading
includes/images.previewlist.imagefield.inc +1 −1 Original line number Diff line number Diff line Loading @@ -314,7 +314,7 @@ function fupload_list_images_imagefield_submit($form, &$form_state) { $node->format = isset($form_state['values']['format_'. $fid]) ? $form_state['values']['format_'. $fid] : $node->format; } if (isset($form_state['values']['taxonomy_'. $fid])) { $node->taxonomy = isset($form_state['values']['taxonomy_'. $fid]) ? array_merge($form_state['values']['taxonomy_'. $fid], $node->taxonomy) : $node->taxonomy; $node->taxonomy = !empty($node->taxonomy) ? array_merge($form_state['values']['taxonomy_' .$fid], $node->taxonomy) : $form_state['values']['taxonomy_' .$fid]; } // imagefield (cck) Loading