inc/record.inc.php
changeset 36 4ec5ab29f634
parent 30 380197766e7e
child 37 b785e54690ce
--- 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 <trancer <AT> trancer <DOT> nl>       |
-// |          Sjeemz <sjeemz <AT> sjeemz <DOT> nl>                      |
-// +--------------------------------------------------------------------+
 
 // Filename: record.inc.php
 // Startdate: 26-10-2002
@@ -831,8 +818,8 @@
                         "ns_name"       => $r["nameserver"],
                         "account"       => $r["account"],
                         );
-                        return $ret;
                 }
+		return $ret;
         }
 }