1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-09 08:06:59 +02:00

Add missing doc comment

This commit is contained in:
Jakub Vrana
2013-12-20 15:47:01 -08:00
parent 3d0605a8e7
commit 0c710f65d4

View File

@@ -438,7 +438,7 @@ function remove_definer($query) {
/** Format foreign key to use in SQL query
* @param array ("table" => string, "source" => array, "target" => array, "on_delete" => one of $on_actions, "on_update" => one of $on_actions)
* @return
* @return string
*/
function format_foreign_key($foreign_key) {
global $on_actions;