Fix for the Open in New Window in Patient/Client->Patients search gui, take 2.
[openemr.git] / phpmyadmin / libraries / transformations / text_plain__sql.inc.php
blobf4007e7085645255e62b64ec96ba1cf6b9482cd7
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
5 * @version $Id$
6 */
8 /**
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.
14 PMA_SQP_resetError();
15 return $result;