From 76e7826b6007812ef7650f419cb3c4263392dfa8 Mon Sep 17 00:00:00 2001 From: Sascha Nitsch Date: Mon, 9 Sep 2024 16:35:17 +0200 Subject: [PATCH] fixed description --- scriptedbrowser/commands/dbquery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptedbrowser/commands/dbquery.php b/scriptedbrowser/commands/dbquery.php index 7cb3030..46c74b6 100644 --- a/scriptedbrowser/commands/dbquery.php +++ b/scriptedbrowser/commands/dbquery.php @@ -9,7 +9,7 @@ namespace ScriptedBrowser\Commands; /** - * inject and execute given javascript + * run database query and provide result in variable * * @param \ScriptedBrowser\Main $main main instance * @param \ScriptedBrowser\Control $control control interface