* Change the logic of the output program html.
This commit is contained in:
@@ -332,7 +332,7 @@ div
|
||||
);
|
||||
|
||||
$programDom = null;
|
||||
if($execution->projectInfo->grade > 1)
|
||||
if($config->systemMode == 'ALM' && $execution->projectInfo->grade > 1)
|
||||
{
|
||||
foreach($programList as $programID => $name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user