Pushed MIME-transformation functionality by propagating the corresponding $meta value to plugins.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
if (!defined('PMA_TRANSFORMATION_TEXT_PLAIN__FORMATTED')){
|
||||
define('PMA_TRANSFORMATION_TEXT_PLAIN__FORMATTED', 1);
|
||||
|
||||
function PMA_transformation_text_plain__formatted($buffer, $options = array()) {
|
||||
|
||||
function PMA_transformation_text_plain__formatted($buffer, $options = array(), $meta = '') {
|
||||
return $buffer;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user