mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 12:00:41 +02:00
Missing return type
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1203 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -180,7 +180,7 @@ function get_databases($flush = true) {
|
||||
/** Get database collation
|
||||
* @param string
|
||||
* @param array result of collations()
|
||||
* @return
|
||||
* @return array
|
||||
*/
|
||||
function db_collation($db, $collations) {
|
||||
global $connection;
|
||||
|
Reference in New Issue
Block a user