* Not show program label. Fix bug#46428.

This commit is contained in:
xieqiyu
2024-04-10 15:11:02 +08:00
parent f64ff7452b
commit e377e119d1
+1
View File
@@ -330,6 +330,7 @@ class programZen extends program
(
'id' => $program->id,
'text' => $program->name,
'label' => false,
'keys' => zget(common::convert2Pinyin(array($program->name)), $program->name, ''),
'items' => $this->buildTree($programs, $program->id)
);