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