[feladat @ 79]
Bugfix. The link to the pages that should list zones starting with a
number was incorrect (only reproducable if number of records to be
shown was larger than the limit of the number of rows on a page).
--- a/inc/toolkit.inc.php Wed Jun 27 21:33:53 2007 +0000
+++ b/inc/toolkit.inc.php Wed Jun 27 22:26:27 2007 +0000
@@ -99,7 +99,7 @@
}
elseif (zone_letter_start($letter,$userid))
{
- echo "[ <a href=\"".$_SERVER["PHP_SELF"]."?letter=0\">0-9</a> ] ";
+ echo "[ <a href=\"".$_SERVER["PHP_SELF"]."?letter=1\">0-9</a> ] ";
}
else
{