diff options
Diffstat (limited to 'pages/blog.php')
-rwxr-xr-x | pages/blog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/blog.php b/pages/blog.php index ef147d5..e7163ce 100755 --- a/pages/blog.php +++ b/pages/blog.php | |||
@@ -98,7 +98,7 @@ if (isset($_GET['post'])) | |||
98 | 98 | ||
99 | $template->display(); | 99 | $template->display(); |
100 | 100 | ||
101 | $getpings = "SELECT * FROM pingbacks WHERE post_id = " . $getpost3['id']; | 101 | $getpings = "SELECT * FROM pingbacks WHERE post_id = " . $getpost3['id'] . " ORDER BY pubDate ASC"; |
102 | $getpings2 = mysql_query($getpings); | 102 | $getpings2 = mysql_query($getpings); |
103 | $i=0; | 103 | $i=0; |
104 | while ($getpings3[$i] = mysql_fetch_array($getpings2)) | 104 | while ($getpings3[$i] = mysql_fetch_array($getpings2)) |