From 0f1e4ab5186ed0dafdf4b201392f9813606db9fa Mon Sep 17 00:00:00 2001 From: phl0 Date: Tue, 14 Oct 2025 14:53:17 +0200 Subject: [PATCH] Fix syntax --- application/models/Wpx.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/Wpx.php b/application/models/Wpx.php index 2287cfc25..c94cae8cd 100644 --- a/application/models/Wpx.php +++ b/application/models/Wpx.php @@ -295,7 +295,7 @@ class WPX extends CI_Model { } // Adds orbit type to query - function addOrbitToQuery($postdata,&$binding) { + function addOrbitToQuery($postdata, &$binding) { $sql = ''; if ($postdata['orbit'] != 'All') { $sql .= ' AND satellite.orbit = ?';