# HG changeset patch
# User rejo
# Date 1182983187 0
# Node ID 0c2497c1ac015f0de097ad234b607122e9b0f49e
# Parent f0afd66d7ed43d020a0fa4d091003bce86aaf9ff
[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).
diff -r f0afd66d7ed4 -r 0c2497c1ac01 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 "[ 0-9 ] ";
+ echo "[ 0-9 ] ";
}
else
{