Fixed ary_sort problem.
authorondrass <ondrass@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 20 Oct 2000 16:08:48 +0000 (16:08 +0000)
committerondrass <ondrass@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 20 Oct 2000 16:08:48 +0000 (16:08 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@813 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/empty_trash.php

index aa3eb97e967a218df70f2a2a1e2cb04addfbba97..2cec2decf31cb58df8ec16a67b28021fff9ca206 100644 (file)
@@ -16,7 +16,8 @@
    include("../functions/page_header.php");
    include("../functions/display_messages.php");
    include("../functions/imap.php");
-   include("../functions/array.php");
+   if (!function_exists("ary_sort"))
+      include("../functions/array.php");
 
    if (!isset($tree_php))
       include("../functions/tree.php");