File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 211
211
$ thematicScore = $ thematic ->get_total_average_of_thematic_advances ().'% ' ;
212
212
$ thematicUrl = api_get_path (WEB_CODE_PATH ).'course_progress/index.php?action=thematic_details& ' .api_get_cidreq ();
213
213
214
- $ thematic_advance_info ['thematic_id ' ] = isset ($ thematic_advance_info ['thematic_id ' ])? $ thematic_advance_info ['thematic_id ' ]: 0 ;
215
- $ thematic_advance_info ['start_date ' ] = isset ( $ thematic_advance_info ['start_date ' ])? $ thematic_advance_info ['start_date ' ] : null ;
216
- $ thematic_advance_info ['content ' ] = isset ($ thematic_advance_info ['content ' ])? $ thematic_advance_info ['content ' ]: '' ;
217
- $ thematic_advance_info ['duration ' ] = isset ($ thematic_advance_info ['duration ' ])? $ thematic_advance_info ['duration ' ]: 0 ;
214
+ $ thematic_advance_info ['thematic_id ' ] = isset ($ thematic_advance_info ['thematic_id ' ]) ? $ thematic_advance_info ['thematic_id ' ] : 0 ;
215
+ $ thematic_advance_info ['start_date ' ] = isset ($ thematic_advance_info ['start_date ' ]) ? $ thematic_advance_info ['start_date ' ] : null ;
216
+ $ thematic_advance_info ['content ' ] = isset ($ thematic_advance_info ['content ' ]) ? $ thematic_advance_info ['content ' ] : '' ;
217
+ $ thematic_advance_info ['duration ' ] = isset ($ thematic_advance_info ['duration ' ]) ? $ thematic_advance_info ['duration ' ] : 0 ;
218
218
219
219
$ thematic_info = $ thematic ->get_thematic_list ($ thematic_advance_info ['thematic_id ' ]);
220
- $ thematic_info ['title ' ] = isset ($ thematic_info ['title ' ])?$ thematic_info ['title ' ]:'' ;
220
+ $ thematic_info ['title ' ] = isset ($ thematic_info ['title ' ]) ? $ thematic_info ['title ' ] : '' ;
221
+
221
222
/*
222
223
$thematic_advance_info['start_date'] = api_get_local_time(
223
224
$thematic_advance_info['start_date']
You can’t perform that action at this time.
0 commit comments