mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Update Cat.php
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
if ($result['timestamp'] != "") {
|
||||
$timestamp = $result['timestamp'];
|
||||
} else {
|
||||
$given->setTimezone(new DateTimeZone("UTC"));
|
||||
$timestamp = $given->format("Y-m-d H:i:s");
|
||||
$timestamp = gmdate("Y-m-d H:i:s");
|
||||
}
|
||||
|
||||
$this->db->where('radio', $result['radio']);
|
||||
|
||||
Reference in New Issue
Block a user