From fd1563d10ba3113460bae56f59e8df414a8de2a2 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 28 Nov 2013 08:08:31 -0500 Subject: [PATCH] Fix coding style --- prefs_manage.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/prefs_manage.php b/prefs_manage.php index 113c6efbcf..481fc1c115 100644 --- a/prefs_manage.php +++ b/prefs_manage.php @@ -300,11 +300,14 @@ if (file_exists('setup/index.php')) {

-
- +PMA_Message::rawSuccess( + __('Configuration has been saved') +)->display(); +echo '' + . '' + . PMA_URL_getHiddenInputs(); +?>