Skip to content

Commit

Permalink
Fixed monthly chart e-mail header #59
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketMan committed Sep 2, 2019
1 parent 813d05c commit eddbe02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/RunDaily.php
Expand Up @@ -405,9 +405,9 @@ private function chartMonthly($date, $address, $crd=0) {
$fancyDate = date("F Y", mktime(0,0,0,$month,$d,$y));
$body = self::rule("Chart for the Month of $fancyDate",
0,
Engine::param('station_medium'))."\n";
Engine::param('station_medium'));
$body .= self::rule("Music Director: ".Engine::param('md_name'),
0);
0)."\n";
$body .= self::rule($contact['addr'], -1, "",
"Vox: ".$contact['phone']);
$body .= self::rule($contact['city'], -1, "",
Expand Down

0 comments on commit eddbe02

Please sign in to comment.