mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
committed by
Jakub Vrana
parent
339981b9d6
commit
27de0417fe
@@ -183,7 +183,7 @@ if (isset($_GET["oracle"])) {
|
||||
}
|
||||
|
||||
function get_databases() {
|
||||
return get_vals("SELECT tablespace_name FROM user_tablespaces");
|
||||
return get_vals("SELECT tablespace_name FROM user_tablespaces ORDER BY 1");
|
||||
}
|
||||
|
||||
function limit($query, $where, $limit, $offset = 0, $separator = " ") {
|
||||
|
Reference in New Issue
Block a user