From a1401db6e316f0087f7f32bf5bf56db4c1a98cfc Mon Sep 17 00:00:00 2001 From: oricn Date: Wed, 26 Jul 2000 16:32:03 +0000 Subject: [PATCH] Forgot to close html and body tags (oops!) :P git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@642 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/search.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/search.php b/src/search.php index fd69c561..a82dc747 100644 --- a/src/search.php +++ b/src/search.php @@ -83,3 +83,4 @@ sqimap_mailbox_select($imapConnection, $mailbox); } sqimap_logout ($imapConnection); ?> + -- 2.25.1