\1',
'\1',
'\1',
'\1',
'\2',
'\1',
'',
'\6',
'\1\2',
'\1',
'',
'Quote:
\1
',
'\\1
',
'\2'
);
function bbcode($string){
global $bb_patterns, $bb_replaces;
return preg_replace($bb_patterns, $bb_replaces , nl2br(htmlspecialchars($string)));
}
function PMA_transformation_text_plain__bbcode($buffer, $options = array(), $meta = '') {
return bbcode($buffer);
}
?>