Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $this->db->where(
- [
- 'unix_timestamp(from_unixtime(date_expired) + interval 1 day) <=' => $time,
- 'status' => 'expired',
- 'server' => $sg_01
- ]
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement