* Not show program label. Fix bug#46428.
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user