# HG changeset patch # User rejo # Date 1203450347 0 # Node ID e55145eab2236776f77a422e6ce92da2903ccbb1 # Parent 0748816801b23e2784242b66c9c779bef383f911 [feladat @ 124] Minor bugfix. If number of zones exceeded maximum row amount and the '0-9' was selected to be shown, the '0-9' was not rendered in bold, where in all other cases the selected letter is shown in bold. diff -r 0748816801b2 -r e55145eab223 inc/toolkit.inc.php --- a/inc/toolkit.inc.php Sun Feb 17 15:38:26 2008 +0000 +++ b/inc/toolkit.inc.php Tue Feb 19 19:45:47 2008 +0000 @@ -114,7 +114,7 @@ echo _('Show zones beginning with:') . "
"; $letter = "[[:digit:]]"; - if ($letterstart == "0") + if ($letterstart == "1") { echo "[ 0-9 ] "; }