Explorar o código

Sigh, maybe I need sleep or so. To many bugs ...

stekkel %!s(int64=21) %!d(string=hai) anos
pai
achega
01f20c33df
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/imap_messages.php

+ 1 - 1
functions/imap_messages.php

@@ -240,7 +240,7 @@ function get_squirrel_sort ($imap_stream, $sSortField, $reverse = false) {
         natcasesort($aUid);
         $aUid = array_keys($aUid);
         if ($reverse) {
-             array_reverse($aUid);
+             $aUid = array_reverse($aUid);
         }
         break;
         //  \natcasesort section