@ -277,7 +277,7 @@ function reserve_hours($option = NULL) {
}
// convert display to 24:00 format if required
if ($config->get('reserve_hour_format')) {
if ($config->get('hour_format') == 1) {
$display = date('H:i', strtotime($display));