Forgot to readd selecting radio ID when i was debugging
这个提交包含在:
父节点
5e6e65301c
当前提交
45f6c3d6a0
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -93,7 +93,7 @@
|
|||
|
||||
function radio_status($id) {
|
||||
|
||||
return $this->db->query('SELECT *, CONVERT_TZ(`timestamp`, @@session.time_zone, \'+00:00\' ) as newtime FROM `cat` WHERE 1');
|
||||
return $this->db->query('SELECT *, CONVERT_TZ(`timestamp`, @@session.time_zone, \'+00:00\' ) as newtime FROM `cat` WHERE id = '.$id.' ');
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用