Remove comment for old function behavior

This commit is contained in:
Marc Delisle 2011-05-29 19:43:13 -04:00
parent 285833752d
commit b71c47ca26

View File

@ -812,9 +812,7 @@ function PMA_getTableList($db, $tables = null, $limit_offset = 0, $limit_count =
* or array of it
* @param boolean $do_it a flag to bypass this function (used by dump
* functions)
* @return mixed the "backquoted" database, table or field name if the
* current MySQL release is >= 3.23.6, the original one
* else
* @return mixed the "backquoted" database, table or field name
* @access public
*/
function PMA_backquote($a_name, $do_it = true)