From 6586422f9668c8b3c1835fffbe0c4eee9bcd45d2 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Fri, 2 Aug 2019 14:48:14 +0800 Subject: [PATCH] * finish task #8391. --- framework/control.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/control.class.php b/framework/control.class.php index e2fd9aa40a..61b1e704b7 100644 --- a/framework/control.class.php +++ b/framework/control.class.php @@ -231,8 +231,8 @@ class control extends baseControl * Print extend fields. * * @param object $object bug | build | feedback | product | productplan | project | release | story | task | testcase | testsuite | testtask - * @param string $type - * @param string $extras + * @param string $type table | div + * @param string $extras columns=1,mode=value,position=right|right|all * @access public * @return void */