|
@@ 1278-1282 (lines=5) @@
|
| 1275 |
|
|
| 1276 |
|
function bigbluebuttonbn_get_recording_data_row_meta_activity($recording, $editable) { |
| 1277 |
|
$payload = array(); |
| 1278 |
|
if ($editable) { |
| 1279 |
|
$payload = array('recordingid' => $recording['recordID'], 'meetingid' => $recording['meetingID'], |
| 1280 |
|
'action' => 'edit', 'tag' => 'edit', |
| 1281 |
|
'target' => 'name', 'source' => 'meta_bbb-recording-name'); |
| 1282 |
|
} |
| 1283 |
|
if (isset($recording['meta_contextactivity'])) { |
| 1284 |
|
$payload['source'] = 'meta_contextactivity'; |
| 1285 |
|
return bigbluebuttonbn_get_recording_data_row_text($recording, $recording[$payload['source']], $payload); |
|
@@ 1297-1301 (lines=5) @@
|
| 1294 |
|
|
| 1295 |
|
function bigbluebuttonbn_get_recording_data_row_meta_description($recording, $editable) { |
| 1296 |
|
$payload = array(); |
| 1297 |
|
if ($editable) { |
| 1298 |
|
$payload = array('recordingid' => $recording['recordID'], 'meetingid' => $recording['meetingID'], |
| 1299 |
|
'action' => 'edit', 'tag' => 'edit', |
| 1300 |
|
'target' => 'description', 'source' => 'meta_bbb-recording-description'); |
| 1301 |
|
} |
| 1302 |
|
|
| 1303 |
|
if (isset($recording['meta_contextactivitydescription'])) { |
| 1304 |
|
$payload['source'] = 'meta_contextactivitydescription'; |