The branch, master has been updated via b71c47ca26d98b500229ac250aa7a69bb0af2411 (commit) from 285833752d3fbcd6ab8260cad5c003d51dda966e (commit)
- Log ----------------------------------------------------------------- commit b71c47ca26d98b500229ac250aa7a69bb0af2411 Author: Marc Delisle marc@infomarc.info Date: Sun May 29 19:43:13 2011 -0400
Remove comment for old function behavior
-----------------------------------------------------------------------
Summary of changes: libraries/common.lib.php | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 633acb2..39b78f9 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)
hooks/post-receive