id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 11893 Sorting by Season/Episode fails for series with seasons > 9 OrcusMaximus@… Karl Egly "Fix in includes/sorting.php $ diff sorting.php sorting.php.orig 149,150c149,150 < $asep = sprintf(""%02dx%03d"", $a->season, $a->episode); < $bsep = sprintf(""%02dx%03d"", $b->season, $b->episode); --- > $asep = $a->season.'x'.str_pad($a->episode,2,""0"",STR_PAD_LEFT); > $bsep = $b->season.'x'.str_pad($b->episode,2,""0"",STR_PAD_LEFT); " Patch - Bug Fix closed minor 0.26.2 Plugin - MythWeb 0.26 low fixed 0