Error with unset booking_types and import.php
Brought to you by:
jberanek
When I use unset($booking_types);, into import.php I get error "E_WARNING in /import.php at line 899. Invalid argument supplied for foreach()". This line is:
$options = array();
foreach ($booking_types as $type)
{
$options[$type] = get_type_vocab($type);
}
Thanks for spotting this. Now fixed in f6f2ebf.