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.
peter [Sun, 03 Feb 2008 16:50:06 +0000] rev 72
[feladat @ 119]
Modified install.php to have the same footer as the rest of the files.
peter [Sat, 02 Feb 2008 15:39:04 +0000] rev 71
[feladat @ 118]
Removed the requirement of enabeling the PHP setting short_open_tag by changing all short open tags (<?) to the 'normal' tags (<?php).
peter [Tue, 29 Jan 2008 21:32:48 +0000] rev 70
[feladat @ 117]
Fixed a bug reported by Balazs Petrikovics. i18n doesn't work correctly on FreeBSD.
rejo [Tue, 08 Jan 2008 20:20:10 +0000] rev 69
[feladat @ 116]
Fixed a bug reported by Techwolf. Adding a new user reloaded a non-existing page on success.
rejo [Sun, 06 Jan 2008 13:27:51 +0000] rev 68
[feladat @ 115]
Fixed a missing slash in a html tag in list_zones.php.