1
0
Fork 0

Fixed not updating.

master
Ambrose Chua 2016-10-31 10:55:19 +08:00
parent 3500a04176
commit f0f1b575cd
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ include 'checklogin.php';
$postlinked = stripslashes($row["txt"]);
echo '<span class="post postid'.$row["id"].'"><div class="t"><span class="loadingh"></span>'.$postlinked.'</div><div class="i">'.$row["tim"].'</div></span>';
if ($iffirst==0) {
$newlastid=$row["id"]+1;
$newlastid=$row["id"];
$iffirst=1;
}
}