Missing documentation

This commit is contained in:
Michal Čihař 2012-05-23 14:06:20 +02:00
parent 0d2395ff8e
commit 5878f52366

View File

@ -4120,6 +4120,10 @@ function PMA_getMultiRowOperationLinks(
/**
* replace some html-unfriendly stuff
*
* @param string $buffer String to process
*
* @return Escaped and cleaned up text suitable for html.
*/
function PMA_mimeDefaultFunction($buffer)
{