Forums
(@amiri81)
7 years, 8 months ago
work with this code?
$time = (isset($arr['time_span']) && $arr['time_span'] != "FOREVER" ) ? " AND HOUR(TIMEDIFF(NOW(), post_date)) < '".$arr['time_span']."'" : "";
how have you fix this?