--- location.module.original 2008-12-18 23:14:39.000000000 -0500 +++ location.module 2008-12-18 23:07:07.000000000 -0500 @@ -1734,7 +1734,7 @@ function location_settings($old = FALSE) '#type' => 'select', '#title' => t('Number of locations that can be added at once'), '#options' => drupal_map_assoc(range(0, 100)), - '#default_value' => isset($old['multiple']['add']) ? $old['multiple']['add'] : 3, + '#default_value' => isset($old['multiple']['add']) ? $old['multiple']['add'] : 0, '#description' => t('The number of empty location forms to show when editing.'), ); // Thought: What about prefilled names and fixed locations that way?