From 8ec607d7f5ceacb9c577af9605b0154bfc33b8e5 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 6 Aug 2009 22:05:41 -0400 Subject: Fixed season page bug Previously, while each season page would start at the correct comic, it would list every single comic after it, even those in another season. This was caused by a typo. A very small typo. One letter typo. It has now been fixed. --- pages/season.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']))