limit 5
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user