|
01.04.2006, 16:51
найдите:
PHP код:
$sql = "SELECT tid, sid, date, name, url, email, icq, aim, yim, msn, host_name, subject, comment, score FROM ".$prefix."_comments WHERE sid='$sid' ORDER BY date DESC LIMIT $offset, $storynum";
измените на:
PHP код:
$sql = "SELECT tid, sid, date, name, url, email, icq, aim, yim, msn, host_name, subject, comment, score FROM ".$prefix."_comments WHERE sid='$sid' ORDER BY date ASC LIMIT $offset, $storynum";
|
|