mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Removed code that didn't make sense
This commit is contained in:
@@ -1191,7 +1191,6 @@ class Logbookadvanced_model extends CI_Model {
|
|||||||
|
|
||||||
if ($value == '') return;
|
if ($value == '') return;
|
||||||
|
|
||||||
$value2 == '' ? '' : $value2;
|
|
||||||
$sql = "UPDATE ".$this->config->item('table_name')." JOIN station_profile ON ". $this->config->item('table_name').".station_id = station_profile.station_id" .
|
$sql = "UPDATE ".$this->config->item('table_name')." JOIN station_profile ON ". $this->config->item('table_name').".station_id = station_profile.station_id" .
|
||||||
" SET " . $this->config->item('table_name').".COL_FREQ = ?" .
|
" SET " . $this->config->item('table_name').".COL_FREQ = ?" .
|
||||||
", " . $this->config->item('table_name').".COL_FREQ_RX = ?" .
|
", " . $this->config->item('table_name').".COL_FREQ_RX = ?" .
|
||||||
|
|||||||
Reference in New Issue
Block a user