From 6e3ec70b7e7cf84f4dba11492982f133572f17a3 Mon Sep 17 00:00:00 2001 From: stevetruckstuff Date: Tue, 15 Aug 2006 18:28:18 +0000 Subject: [PATCH] Missing close paren git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11601 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/addressbook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addressbook.php b/src/addressbook.php index cb95e4a1..22fc73f2 100644 --- a/src/addressbook.php +++ b/src/addressbook.php @@ -189,7 +189,7 @@ if(sqgetGlobalVar('REQUEST_METHOD', $req_method, SQ_SERVER) && $req_method == 'P /* Handle error messages */ if (!$r) { /* Display error */ - plain_error_message( nl2br(htmlspecialchars(_("ERROR") .': '. $abook->error)); + plain_error_message( nl2br(htmlspecialchars(_("ERROR") .': '. $abook->error))); /* Display the "new address" form again */ abook_create_form($form_url,'editaddr',_("Update address"),_("Update address"),$newdata); -- 2.25.1