repo.or.cz
/
phpmyadmin
/
arisferyanto.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove todo, after upgrade PHPExcel
[phpmyadmin/arisferyanto.git]
/
libraries
/
transformations
/
text_plain__formatted.inc.php
blob
65e145841b0c32e538db01641e73a949b1b754a8
1
<
?php
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
/**
4
* @package phpMyAdmin-Transformation
5
* @version $Id$
6
*/
7
8
/**
9
*
10
*/
11
function
PMA_transformation_text_plain__formatted
(
$buffer
,
$options
=
array
(),
$meta
=
''
) {
12
return
$buffer
;
13
}
14
15
?
>