[feladat @ 124]
authorrejo
Tue, 19 Feb 2008 19:45:47 +0000
changeset 77 e55145eab223
parent 76 0748816801b2
child 78 effde559e0e9
[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.
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:') . "<br>";
 
 	$letter = "[[:digit:]]";
-	if ($letterstart == "0")
+	if ($letterstart == "1")
 	{
 		echo "[ <span class=\"lettertaken\">0-9</span> ] ";
 	}