]> git.joonet.de Git - adminer.git/commitdiff
Fix documentation comment
authorJakub Vrana <jakub@vrana.cz>
Fri, 26 Apr 2013 01:19:27 +0000 (18:19 -0700)
committerJakub Vrana <jakub@vrana.cz>
Fri, 26 Apr 2013 01:19:27 +0000 (18:19 -0700)
adminer/include/editing.inc.php

index 7115f5b7329a4ebc870e82d08b6fdf6df36f9872..f29f100d0077e221ba2d3272e048be4787f10e01 100644 (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;