Explorar o código

removed left-over quote, thanks Jim Hranicky

jmunro %!s(int64=23) %!d(string=hai) anos
pai
achega
aae73e13be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/imap_search.php

+ 1 - 1
functions/imap_search.php

@@ -54,7 +54,7 @@ function sqimap_search($imapConnection,$search_where,$search_what,$mailbox,$colo
         $languages[$squirrelmail_language]['CHARSET']) {
         $ss = "SEARCH CHARSET ".$languages[$squirrelmail_language]['CHARSET']." ALL $search_string";
     } else {
-        $ss .= "SEARCH ALL $search_string\"";
+        $ss .= "SEARCH ALL $search_string";
     }
     /* Read Data Back From IMAP */
     $readin = sqimap_run_command ($imapConnection, $ss, true, $result, $message);