mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Merge pull request #2073 from phl0/fixReassignFunction
This commit is contained in:
commit
e0a04cbe41
1 changed files with 1 additions and 1 deletions
|
|
@ -3637,7 +3637,7 @@ class Logbook_model extends CI_Model {
|
|||
}
|
||||
|
||||
public function check_for_station_id() {
|
||||
$this->db->where('station_id =', 'NULL');
|
||||
$this->db->where('station_id =', NULL);
|
||||
$query = $this->db->get($this->config->item('table_name'));
|
||||
if($query->num_rows() >= 1) {
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue