From a199998f543be2740544f5af6aeb8b6dfe815521 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 25 Apr 2013 18:19:27 -0700 Subject: [PATCH] Fix documentation comment --- adminer/include/editing.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/adminer/include/editing.inc.php b/adminer/include/editing.inc.php index 7115f5b7..f29f100d 100644 --- a/adminer/include/editing.inc.php +++ b/adminer/include/editing.inc.php @@ -364,7 +364,8 @@ function drop_create($drop, $create, $rollback, $location, $message_drop, $messa /** Generate SQL query for creating trigger * @param string -* @return array result of trigger() +* @param array result of trigger() +* @return string */ function create_trigger($on, $row) { global $jush;