mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fat fingers
This commit is contained in:
@@ -367,7 +367,7 @@ class Eqslmethods_model extends CI_Model {
|
||||
|
||||
function disable_eqsl_station_id($user_id,$station_id) {
|
||||
$sql='update station_profile set eqslqthnickname=null where user_id=? and station_id=?';
|
||||
$bindings=[$userid,$station_id];
|
||||
$bindings=[$user_id,$station_id];
|
||||
$this->db->query($sql,$bindings);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user