' . "\n" . PMA_SQP_formatNone(array('raw' => $unparsed_sql)) . "\n" . '';
+ $formatted_sql = '' . "\n"
+ . PMA_SQP_formatNone(array('raw' => $unparsed_sql)) . "\n"
+ . '';
} else {
$formatted_sql = PMA_SQP_formatNone($parsed_sql);
}