Fix documentation comment

This commit is contained in:
Jakub Vrana 2013-04-25 18:19:27 -07:00
parent c4040f03d9
commit a199998f54

View file

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