remove unused functions PMA_transformation_global_plain and PMA_transformation_global_html
This commit is contained in:
parent
71f2bec1ba
commit
ce5ed096e6
@ -25,16 +25,6 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
function PMA_transformation_global_plain($buffer, $options = array(), $meta = '')
|
||||
{
|
||||
return htmlspecialchars($buffer);
|
||||
}
|
||||
|
||||
function PMA_transformation_global_html($buffer, $options = array(), $meta = '')
|
||||
{
|
||||
return $buffer;
|
||||
}
|
||||
|
||||
function PMA_transformation_global_html_replace($buffer, $options = array(), $meta = '')
|
||||
{
|
||||
if (!isset($options['string'])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user