Added a constat to all files in functions/ to be able to chech whether the
[squirrelmail.git] / functions / array.php
index adccf776650b01cb17b87963d1a0b00f89c962f9..8432ee6d440905fed69a13b4020190ddcf6d226e 100644 (file)
@@ -7,6 +7,8 @@
     **
     **/
 
+   $array_php = true;
+
    function ary_sort($ary,$col, $dir = 1){
       // The globals are used because USORT determines what is passed to comp2
       // These should be $this->col and $this->dir in a class