mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix syntax
This commit is contained in:
@@ -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 = ?';
|
||||
|
||||
Reference in New Issue
Block a user