From b71c47ca26d98b500229ac250aa7a69bb0af2411 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 29 May 2011 19:43:13 -0400 Subject: [PATCH] Remove comment for old function behavior --- libraries/common.lib.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 633acb2c3c..39b78f9b32 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -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)