From 8ce0f071bf3515816b92e306bae8baa0138d9397 Mon Sep 17 00:00:00 2001 From: stevetruckstuff Date: Tue, 15 Aug 2006 17:54:15 +0000 Subject: [PATCH] Fix FIXME in functions/addressbook.php git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11598 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/addressbook.php | 5 ----- src/addressbook.php | 10 ++-------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/functions/addressbook.php b/functions/addressbook.php index 14ffb3e8..9e9d0295 100644 --- a/functions/addressbook.php +++ b/functions/addressbook.php @@ -1,5 +1,4 @@ ' . _("ERROR") . ': ' . $abook->error . '' ."\n", - 'center' ) - ), - 'center', '', 'width="100%"' ); + plain_error_message( _("ERROR") .': '. $abook->error); /* Display the "new address" form again */ abook_create_form($form_url,'editaddr',_("Update address"),_("Update address"),$newdata); -- 2.25.1