[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.
--- 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:') . "<br>";
$letter = "[[:digit:]]";
- if ($letterstart == "0")
+ if ($letterstart == "1")
{
echo "[ <span class=\"lettertaken\">0-9</span> ] ";
}