home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / text_plain__formatted.inc.php < prev    next >
Encoding:
PHP Script  |  2003-11-26  |  240 b   |  10 lines

  1. <?php
  2. /* $Id: text_plain__formatted.inc.php,v 2.1 2003/11/26 22:52:24 rabus Exp $ */
  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. ?>
  10.