From d3a368c7bc3e2e0886a3191302f713d6fb334d65 Mon Sep 17 00:00:00 2001 From: dingguodong Date: Mon, 21 Aug 2023 14:56:16 +0800 Subject: [PATCH] * Remove unnecessary db query and add comment. --- module/task/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/control.php b/module/task/control.php index 55cfb8c5e3..f886185396 100755 --- a/module/task/control.php +++ b/module/task/control.php @@ -1049,7 +1049,7 @@ class task extends control * * @param int $executionID * @param string $orderBy - * @param string $type + * @param string $type browse type, such as: all,unclosed,assignedtome,myinvolved,assignedbyme,needconfirm,etc * @access public * @return void */