function image_update_6102 in Image 7
Same name and namespace in other branches
- 6 image.install \image_update_6102()
Set reasonable default node options (not promoted to front page).
File
- ./image.install, line 351 
Code
function image_update_6102() {
  $ret = array();
  variable_set('node_options_image', variable_get('node_options_image', array(
    'status',
  )));
  return $ret;
}