1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-09 08:06:59 +02:00
This commit is contained in:
Jakub Vrana
2011-07-27 20:06:50 +02:00
parent 9dda217d55
commit 0ecf84f987

View File

@@ -335,7 +335,7 @@ if (!defined("DRIVER")) {
}
/** Get tables list
* @return array
* @return array array($name => $type)
*/
function tables_list() {
global $connection;