From 79b9f5577cb415c64e70e734a9cb7486b9d2cf46 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Fri, 9 May 2008 13:01:42 +0000 Subject: [PATCH] doc --- libraries/common.lib.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/common.lib.php b/libraries/common.lib.php index aed8fb2cb..ce31f67f6 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -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)