|
@@ 1303-1309 (lines=7) @@
|
| 1300 |
|
'target' => 'description', 'source' => 'meta_bbb-recording-description'); |
| 1301 |
|
} |
| 1302 |
|
|
| 1303 |
|
if (isset($recording['meta_contextactivitydescription'])) { |
| 1304 |
|
$payload['source'] = 'meta_contextactivitydescription'; |
| 1305 |
|
$metadescription = trim($recording[$payload['source']]); |
| 1306 |
|
if (!empty($metadescription)) { |
| 1307 |
|
return bigbluebuttonbn_get_recording_data_row_text($recording, $metadescription, $payload); |
| 1308 |
|
} |
| 1309 |
|
} |
| 1310 |
|
|
| 1311 |
|
if (isset($recording['meta_bbb-recording-description'])) { |
| 1312 |
|
$metadescription = trim($recording[$payload['source']]); |
|
@@ 1311-1316 (lines=6) @@
|
| 1308 |
|
} |
| 1309 |
|
} |
| 1310 |
|
|
| 1311 |
|
if (isset($recording['meta_bbb-recording-description'])) { |
| 1312 |
|
$metadescription = trim($recording[$payload['source']]); |
| 1313 |
|
if (!empty($metadescription)) { |
| 1314 |
|
return bigbluebuttonbn_get_recording_data_row_text($recording, $metadescription, $payload); |
| 1315 |
|
} |
| 1316 |
|
} |
| 1317 |
|
|
| 1318 |
|
return bigbluebuttonbn_get_recording_data_row_text($recording, '', $payload); |
| 1319 |
|
} |