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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
PHP Script
|
2003-11-26
|
240 b
|
10 lines
<?php
/* $Id: text_plain__formatted.inc.php,v 2.1 2003/11/26 22:52:24 rabus Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
function PMA_transformation_text_plain__formatted($buffer, $options = array(), $meta = '') {
return $buffer;
}
?>