From 6a2cf3ae64c8e46fd8c16f5409feeafe1e84e13a Mon Sep 17 00:00:00 2001 From: phl0 Date: Fri, 14 Apr 2023 15:31:30 +0200 Subject: [PATCH] Fix variables --- application/libraries/Cabrilloformat.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/libraries/Cabrilloformat.php b/application/libraries/Cabrilloformat.php index 0026aeb4..46339a21 100644 --- a/application/libraries/Cabrilloformat.php +++ b/application/libraries/Cabrilloformat.php @@ -22,8 +22,8 @@ class Cabrilloformat { } $cab_header .= "CATEGORY-OPERATOR: ".$categoryoperator."\r\n"; - $cab_header .= "CATEGORY-BAND: ".$categoryassisted."\r\n"; - $cab_header .= "CATEGORY-ASSISTED: ".$categoryband."\r\n"; + $cab_header .= "CATEGORY-BAND: ".$categoryband."\r\n"; + $cab_header .= "CATEGORY-ASSISTED: ".$categoryassisted."\r\n"; $cab_header .= "CATEGORY-MODE: ".$categorymode."\r\n"; $cab_header .= "CATEGORY-POWER: ".$categorypower."\r\n"; $cab_header .= "CATEGORY-STATION: ".$categorystation."\r\n"; @@ -139,4 +139,4 @@ class Cabrilloformat { } } -} \ No newline at end of file +}