From 5a1ae5caff04576dbf644758d2b43bedfc9e4cce Mon Sep 17 00:00:00 2001 From: jmunro Date: Wed, 20 Feb 2002 23:29:45 +0000 Subject: [PATCH] fixed a warning and the return key submits the form properly now. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2486 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/addrbook_search.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/addrbook_search.php b/src/addrbook_search.php index b9bedc02..7ac55f60 100644 --- a/src/addrbook_search.php +++ b/src/addrbook_search.php @@ -140,6 +140,7 @@ displayHtmlHeader(); /* Initialize vars */ if (!isset($query)) { $query = ''; } if (!isset($show)) { $show = ''; } +if (!isset($backend)) { $backend = ''; } /* Choose correct colors for top and bottom frame */ if ($show == 'form' && !isset($listall)) { @@ -166,7 +167,7 @@ $abook = addressbook_init(); /* Create search form */ if ($show == 'form' && empty($listall)) { - echo '
' . "\n" . '' . '
' . "\n" . -- 2.25.1