Update Cat.php
这个提交包含在:
父节点
c9047ae0e2
当前提交
8b333ca691
共有 1 个文件被更改,包括 1 次插入 和 2 次删除
|
|
@ -7,8 +7,7 @@
|
||||||
if ($result['timestamp'] != "") {
|
if ($result['timestamp'] != "") {
|
||||||
$timestamp = $result['timestamp'];
|
$timestamp = $result['timestamp'];
|
||||||
} else {
|
} else {
|
||||||
$given->setTimezone(new DateTimeZone("UTC"));
|
$timestamp = gmdate("Y-m-d H:i:s");
|
||||||
$timestamp = $given->format("Y-m-d H:i:s");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->db->where('radio', $result['radio']);
|
$this->db->where('radio', $result['radio']);
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用