diff options
| -rwxr-xr-x | pages/season.php | 2 |
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 | ||
| 19 | if (!is_null($getseasons3['last_comic_id'])) | 19 | if (!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 { |
