[feladat @ 79]
authorrejo
Wed, 27 Jun 2007 22:26:27 +0000
changeset 32 0c2497c1ac01
parent 31 f0afd66d7ed4
child 33 370e0d7fa3e7
[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).
inc/toolkit.inc.php
--- 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
 	{