From fc7ee2089b780d05d0cf2fd86fbd3aa15ff871a2 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 3 Jul 2014 20:10:08 -0400 Subject: [PATCH] Fix coding style Signed-off-by: Marc Delisle --- libraries/navigation/Navigation.class.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libraries/navigation/Navigation.class.php b/libraries/navigation/Navigation.class.php index e075765f72..1664055f89 100644 --- a/libraries/navigation/Navigation.class.php +++ b/libraries/navigation/Navigation.class.php @@ -93,13 +93,14 @@ class PMA_Navigation /** * Inserts Drag and Drop Import handler * - * @param: void - * @return: html code for drop handler + * @return string html code for drop handler */ private function _getDropHandler() { $retval = ''; - $retval .= '
' .__('Drop files here') .'
'; + $retval .= '
' + . __('Drop files here') + . '
'; $retval .= '
'; $retval .= '

SQL upload ( '; $retval .= '0 ';