2 /* vim: set expandtab sw=4 ts=4 sts=4: */
11 function PMA_transformation_text_plain__sql($buffer, $options = array(), $meta = '') {
12 $result = PMA_SQP_formatHtml(PMA_SQP_parse($buffer));
13 // Need to clear error state not to break subsequent queries display.