home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.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.