mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 09:04:02 +02:00
Fix documentation comment
This commit is contained in:
@@ -364,7 +364,8 @@ function drop_create($drop, $create, $rollback, $location, $message_drop, $messa
|
|||||||
|
|
||||||
/** Generate SQL query for creating trigger
|
/** Generate SQL query for creating trigger
|
||||||
* @param string
|
* @param string
|
||||||
* @return array result of trigger()
|
* @param array result of trigger()
|
||||||
|
* @return string
|
||||||
*/
|
*/
|
||||||
function create_trigger($on, $row) {
|
function create_trigger($on, $row) {
|
||||||
global $jush;
|
global $jush;
|
||||||
|
Reference in New Issue
Block a user