Update Cat.php

This commit is contained in:
Peter Goodhall
2022-08-01 11:19:37 +01:00
parent 8b333ca691
commit 858756e6b8

View File

@@ -7,7 +7,7 @@
if ($result['timestamp'] != "") {
$timestamp = $result['timestamp'];
} else {
$timestamp = gmdate("Y-m-d H:i:s");
$timestamp = date("Y-m-d H:i:s", time() - date("Z")) ;
}
$this->db->where('radio', $result['radio']);