10 lines
179 B
PHP
10 lines
179 B
PHP
<?php
|
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
|
/* $Id$ */
|
|
|
|
function PMA_transformation_text_plain__formatted($buffer, $options = array(), $meta = '') {
|
|
return $buffer;
|
|
}
|
|
|
|
?>
|