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

Document trigger type

This commit is contained in:
Jakub Vrana
2012-07-15 12:04:04 -07:00
parent 56cd77f0d1
commit 385fdd45b8

View File

@@ -709,7 +709,7 @@ if (!defined("DRIVER")) {
/** Get information about trigger
* @param string trigger name
* @return array array("Trigger" => , "Timing" => , "Event" => , "Statement" => )
* @return array array("Trigger" => , "Timing" => , "Event" => , "Type" => , "Statement" => )
*/
function trigger($name) {
if ($name == "") {