Skip to content

Commit

Permalink
Missing return type
Browse files Browse the repository at this point in the history
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1203 7c3ca157-0c34-0410-bff1-cbf682f78f5c
  • Loading branch information
jakubvrana committed Oct 20, 2009
1 parent 75ed3ef commit 84cf3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminer/include/mysql.inc.php
Expand Up @@ -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;
Expand Down

0 comments on commit 84cf3d9

Please sign in to comment.