summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xpages/season.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/season.php b/pages/season.php index 5fa7cef..74568a0 100755 --- a/pages/season.php +++ b/pages/season.php
@@ -16,7 +16,7 @@ if (isset($getseason3) && ($getseason3['season_id'] == $_GET['season']))
16 <UL ID="archive"> 16 <UL ID="archive">
17<?php 17<?php
18 18
19if (!is_null($getseasons3['last_comic_id'])) 19if (!is_null($getseason3['last_comic_id']))
20{ 20{
21 $getcomics = "SELECT * FROM comics WHERE status = \"publish\" AND comic_id >= " . $getseason3['first_comic_id'] . " AND comic_id <= " . $getseason3['last_comic_id'] . " ORDER BY comic_id ASC"; 21 $getcomics = "SELECT * FROM comics WHERE status = \"publish\" AND comic_id >= " . $getseason3['first_comic_id'] . " AND comic_id <= " . $getseason3['last_comic_id'] . " ORDER BY comic_id ASC";
22} else { 22} else {