peter [Mon, 03 Mar 2008 20:32:33 +0000] rev 78
[feladat @ 127]
Bugfix for ticket:5 : Modified the query which searches zones to also find empty zones by adding a LEFT JOIN.
rejo [Tue, 19 Feb 2008 19:45:47 +0000] rev 77
[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.
rejo [Sun, 17 Feb 2008 15:38:26 +0000] rev 76
[feladat @ 123]
Reverting to changeset:121. Problems that were fixed in changeset:122 were local problems only.
rejo [Sun, 17 Feb 2008 15:28:21 +0000] rev 75
[feladat @ 122]
Fixing a number of 'division by zero' errors introduced changeset:121. Changed from constant to a normal variable. May need to be reviewed in a future cleanup.
peter [Mon, 11 Feb 2008 19:52:20 +0000] rev 74
[feladat @ 121]
Moved the constants down, so the ROWAMOUNT can be defined in the config.inc.php file. This to solve ticket:20.
Fixed a bug which was introduced in r112. The used arguments in the setLimit function where in the wrong order.
peter [Mon, 11 Feb 2008 18:42:04 +0000] rev 73
[feladat @ 120]
Fixed a bug reported by Techwolf. When editing or deleting an user the user was redirected to a non existing page. This probably happened when BASE_URL and/or BASE_PATH was set wrong in the config.inc.php.