diff --git a/templates/event-list.php b/templates/event-list.php index 6a5d7625..07f5314d 100644 --- a/templates/event-list.php +++ b/templates/event-list.php @@ -51,7 +51,7 @@ extract( $defaults, EXTR_SKIP ); $calendar = new SP_Calendar( $id ); if ( $status != 'default' ) $calendar->status = $status; -if ( $format != 'default' ) +if ( $format != 'all' ) $calendar->event_format = $format; if ( $date != 'default' ) $calendar->date = $date;