X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fimap_search.php;h=38832fc1be862cc1af0ec8fc60ea3d7ac8b743cb;hb=39027844f7555a305a84027d3ee00458093c3b63;hp=934bce16bf4e3ba70887d02e9b7464ea7a1ffaa9;hpb=625c8b787b79d07a1e53ba05213f66451d73651e;p=squirrelmail.git diff --git a/functions/imap_search.php b/functions/imap_search.php index 934bce16..38832fc1 100644 --- a/functions/imap_search.php +++ b/functions/imap_search.php @@ -3,7 +3,7 @@ /** * imap_search.php * - * Copyright (c) 1999-2002 The SquirrelMail Project Team + * Copyright (c) 1999-2003 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * IMAP search routines @@ -102,7 +102,7 @@ function sqimap_search($imapConnection, $search_where, $search_what, $mailbox, if (strstr($errors,'* SEARCH')) { return array(); } - echo ""; + echo ''; }