From eddbe021cb66551e0c1131c51ed4868494a33f20 Mon Sep 17 00:00:00 2001 From: Jim Mason Date: Mon, 2 Sep 2019 10:26:49 +0100 Subject: [PATCH] Fixed monthly chart e-mail header #59 --- controllers/RunDaily.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/RunDaily.php b/controllers/RunDaily.php index 59f7240e..a44b548c 100644 --- a/controllers/RunDaily.php +++ b/controllers/RunDaily.php @@ -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, "",