** -> *
[squirrelmail.git] / functions / array.php
index 638153ab4f3ac8920e711792c000bc14a3fd3de6..f65b8f86cf857dac0680daecb6548496ef91dbae 100644 (file)
@@ -1,17 +1,17 @@
 <?php
-   /**
-    **  array.php
-    **
-    **  This contains functions that work with array manipulation.  They
-    **  will help sort, and do other types of things with arrays
-    **
-    **  $Id$
-    **/
 
+   /**
+    *  array.php
+    *
+    *   Copyright (c) 1999-2001 The Squirrelmail Development Team
+    *   Licensed under the GNU GPL. For full terms see the file COPYING.
+    *
+    *  This contains functions that work with array manipulation.  They
+    *  will help sort, and do other types of things with arrays
+    *
+    *   $Id$
+    */
 
-   if (defined ('array_php'))
-       return; 
-   define ('array_php', true); 
 
    function ary_sort($ary,$col, $dir = 1){
       // The globals are used because USORT determines what is passed to comp2