source:
www/mysql/libraries/transformations/text_plain__formatted.inc.php@
1
Last change on this file since 1 was 1, checked in by , 17 years ago | |
---|---|
File size: 236 bytes |
Line | |
---|---|
1 | <?php |
2 | /* $Id: text_plain__formatted.inc.php 5208 2003-11-26 22:52:25Z rabus $ */ |
3 | // vim: expandtab sw=4 ts=4 sts=4: |
4 | |
5 | function PMA_transformation_text_plain__formatted($buffer, $options = array(), $meta = '') { |
6 | return $buffer; |
7 | } |
8 | |
9 | ?> |
Note:
See TracBrowser
for help on using the repository browser.