diff --git a/libraries/common.lib.php b/libraries/common.lib.php
index 9dfdd206e..d02c05d67 100644
--- a/libraries/common.lib.php
+++ b/libraries/common.lib.php
@@ -1048,7 +1048,7 @@ function PMA_showMessage($message, $sql_query = null)
}
if (strlen($query_base) > $cfg['MaxCharactersInDisplayedSQL']) {
- $query_too_big = true;
+ $query_too_big = true;
$query_base = nl2br(htmlspecialchars($sql_query));
unset($GLOBALS['parsed_sql']);
}
@@ -1265,12 +1265,12 @@ function PMA_showMessage($message, $sql_query = null)
/**
- * Displays a form with the Profiling checkbox
+ * Displays a form with the Profiling checkbox
*
* @param string $sql_query
* @access public
*
- * @author Marc Delisle
+ * @author Marc Delisle
*/
function PMA_profilingCheckbox($sql_query) {
// 5.0.37 has profiling but for example, 5.1.20 does not
@@ -1287,12 +1287,12 @@ function PMA_profilingCheckbox($sql_query) {
}
/**
- * Displays the results of SHOW PROFILE
+ * Displays the results of SHOW PROFILE
*
- * @param array the results
+ * @param array the results
* @access public
*
- * @author Marc Delisle
+ * @author Marc Delisle
*/
function PMA_profilingResults($profiling_results) {
echo '