Skip to content

Commit

Permalink
Arrumado scroll7
Browse files Browse the repository at this point in the history
  • Loading branch information
kaway404 authored Dec 4, 2017
1 parent 8232f0f commit 5e7d88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -1767,7 +1767,7 @@ function animacaomenupos(){

<?php
$batata = $animelb['id'];
$animels2 = DBRead( 'series', "WHERE id <> '". $batata ."' ORDER BY id ASC LIMIT 5" );
$animels2 = DBRead( 'series', "WHERE id <> '". $batata ."' ORDER BY id ASC LIMIT 9" );
if (!$animels2)
echo "";
else
Expand Down

0 comments on commit 5e7d88e

Please sign in to comment.