stekkel hace 23 años
padre
commit
f1497cd440
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      functions/imap_messages.php

+ 1 - 1
functions/imap_messages.php

@@ -536,7 +536,7 @@ function sqimap_get_small_header_list ($imap_stream, $msg_list, $issent) {
 	$header->inrepto = $inrepto;
 	$header->inrepto = $inrepto;
         $result[] = $header;
         $result[] = $header;
     }
     }
-    echo 'processtime (us): ' . elapsedtime($start) .'<BR>';
+//    echo 'processtime (us): ' . elapsedtime($start) .'<BR>';
     return $result;
     return $result;
 }
 }