This commit is contained in:
Sebastian Mendel
2008-05-09 13:01:42 +00:00
parent 32c61a2ff6
commit 79b9f5577c

View File

@@ -714,6 +714,8 @@ function PMA_sendHeaderLocation($uri)
* @uses explode()
* @param string $db name of db
* @param string $tables name of tables
* @param integer $limit_offset list offset
* @param integer $limit_count max tables to return
* return array (recursive) grouped table list
*/
function PMA_getTableList($db, $tables = null, $limit_offset = 0, $limit_count = false)