Fix syntax

This commit is contained in:
phl0
2025-10-14 14:53:17 +02:00
parent 787c88b6db
commit 0f1e4ab518

View File

@@ -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 = ?';