Skip to content

Commit

Permalink
removing dead variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dgershman committed Jun 3, 2019
1 parent badb2c8 commit 3404a32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bmlt-meeting-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,6 @@ function bmlt_meeting_list($atts = null, $content = null) {
$this->mpdf->SetDefaultBodyCSS('line-height', $this->options['content_line_height']);
if ( $this->options['page_fold'] == 'full' ) {
$this->mpdf->WriteHTML("<table style='border-collapse:separate; width:100%;'>");
$data = '';
}
if ( $unique_states == null ) {
$unique_states[] = 'null';
Expand Down

0 comments on commit 3404a32

Please sign in to comment.