# HG changeset patch # User rejo # Date 1183417278 0 # Node ID 4ec5ab29f6346a11b3e0f2cc83eaab100ddd0f66 # Parent 5533c4fff98f3ad379357a91eee2c0a2186e58e2 [feladat @ 83] Bugfix: the list_zones.php wasn't listing zones correctly if a zone didn't have an owner. Bugfix: the list_supermasters.php never listed more then one supermaster, even if there were more. Both bugs were reported by Jasper van Erven Dorens. diff -r 5533c4fff98f -r 4ec5ab29f634 credits.php --- a/credits.php Thu Jun 28 09:19:48 2007 +0000 +++ b/credits.php Mon Jul 02 23:01:18 2007 +0000 @@ -6,7 +6,7 @@
This version is an adaption of the original Poweradmin, version 1.2.7-patched. Poweradmin was written by Sjeemz and Trancer. The Poweradmin code includes patches by Wim Mostrey and Dennis Roos. This version has been patched by Rejo Zenger and includes many additional features like multi-language support, an update of the database abstraction layer, support for slave zones, support for supermasters, basic support for skins and a number of bug fixes.
-Thanks to Peter Beernink, Koert Buijzer, John Morris and Balazs Petrikovics for bug reports, patches and good ideas.
+Thanks to Peter Beernink, Koert Buijzer, Jasper van Erven Dorens, John Morris and Balazs Petrikovics for bug reports, patches and good ideas.
include_once("inc/footer.inc.php"); diff -r 5533c4fff98f -r 4ec5ab29f634 inc/record.inc.php --- a/inc/record.inc.php Thu Jun 28 09:19:48 2007 +0000 +++ b/inc/record.inc.php Mon Jul 02 23:01:18 2007 +0000 @@ -1,18 +1,5 @@ -// +--------------------------------------------------------------------+ -// | PowerAdmin | -// +--------------------------------------------------------------------+ -// | Copyright (c) 1997-2002 The PowerAdmin Team | -// +--------------------------------------------------------------------+ -// | This source file is subject to the license carried by the overal | -// | program PowerAdmin as found on http://poweradmin.sf.net | -// | The PowerAdmin program falls under the QPL License: | -// | http://www.trolltech.com/developer/licensing/qpl.html | -// +--------------------------------------------------------------------+ -// | Authors: Roeland Nieuwenhuis