1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-17 20:01:25 +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:
jakubvrana
2009-10-20 15:17:04 +00:00
parent 75ed3ef827
commit 84cf3d9804

View File

@@ -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;