--- mybb-122/inc/functions.php 2006-12-01 03:40:40.000000000 +0100 +++ from_mybb_123-functions.php 2006-12-07 11:01:13.000000000 +0100 @@ -6,7 +6,7 @@ * Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html * - * $Id: functions.php 2459 2006-11-29 09:09:55Z chris $ + * $Id: functions.php 2475 2006-12-01 04:58:21Z Tikitiki $ */ /** @@ -2612,27 +2612,27 @@ */ function build_theme_select($name, $selected="", $tid=0, $depth="", $usergroup_override=0) { - global $db, $themeselect, $tcache, $lang, $mybb; + global $db, $themeselect, $tcache, $lang, $mybb, $limit; + if($tid == 0) { $themeselect = "";