From: cigamit Date: Thu, 28 Oct 2004 07:05:37 +0000 (+0000) Subject: Small bug fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=716df0e3cadb0e86468b5d5658093e86c0d0f654;p=squirrelmail.git Small bug fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8268 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/addrbook_search.php b/src/addrbook_search.php index f8617a5c..656bee51 100644 --- a/src/addrbook_search.php +++ b/src/addrbook_search.php @@ -196,7 +196,7 @@ if (empty($query) && empty($show) && empty($listall)) { echo html_tag( 'p', '
' . _("No persons matching your search were found"), 'center' ) . - "\n\n", + "\n\n"; exit; }