Fix DBStudyActivity getEnableActivityByUserId: lock return type to boolean
This commit is contained in:
parent
419ed21ae2
commit
c5105a9f55
@ -807,7 +807,7 @@ $sqlString = $sqlString_SA." UNION ".$sqlString_SW." UNION ".$sqlString_TG;
|
|||||||
'learnStyle_mode' => $thisResult['LMode'],
|
'learnStyle_mode' => $thisResult['LMode'],
|
||||||
'learnStyle_force' => $output_learnStyleForce,
|
'learnStyle_force' => $output_learnStyleForce,
|
||||||
'material_mode' => $thisResult['MMode'],
|
'material_mode' => $thisResult['MMode'],
|
||||||
'lock' => $thisResult['Lock'],
|
'lock' => $output_lock,
|
||||||
'target_total' => $thisResult['TargetTotal'],
|
'target_total' => $thisResult['TargetTotal'],
|
||||||
'learned_total' => $thisResult['LearnedTotal']
|
'learned_total' => $thisResult['LearnedTotal']
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user