mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 12:21:24 +02:00
Doc-comments: Fix type errors
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
namespace Adminer;
|
||||
|
||||
$TABLE = $_GET["trigger"];
|
||||
$name = $_GET["name"];
|
||||
$name = "$_GET[name]";
|
||||
$trigger_options = trigger_options();
|
||||
$row = (array) trigger($name, $TABLE) + array("Trigger" => $TABLE . "_bi");
|
||||
|
||||
|
Reference in New Issue
Block a user