Selaa lähdekoodia

removed left-over quote, thanks Jim Hranicky

jmunro 23 vuotta sitten
vanhempi
commit
aae73e13be
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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);