This commit is contained in:
CHIEFSOFT\ameye
2024-10-13 15:07:28 -04:00
parent 48d311a87c
commit a93de5a2ac
+1 -1
View File
@@ -592,7 +592,7 @@ wrenchboard=#
WHERE
p1.post_status='publish'
AND p1.post_type='post'
ORDER BY RAND() DESC LIMIT
ORDER BY RAND() DESC LIMIT 5
";
log_message('critical', "BlogRandom Query -> ".$mysql );
$query = $this->db->query($mysql);