diff --git a/app/conference_centers/conference_session_details.php b/app/conference_centers/conference_session_details.php index 49d2159370..3c46c69f8d 100644 --- a/app/conference_centers/conference_session_details.php +++ b/app/conference_centers/conference_session_details.php @@ -113,6 +113,7 @@ require_once "includes/paging.php"; //echo th_order_by('uuid', 'UUID', $order_by, $order); echo th_order_by('caller_id_name', 'Caller ID Name', $order_by, $order); echo th_order_by('caller_id_number', 'Caller ID Number', $order_by, $order); + echo th_order_by('moderator', 'Moderator', $order_by, $order); echo th_order_by('network_addr', 'Network Address', $order_by, $order); echo "Time\n"; echo th_order_by('start_epoch', 'Start', $order_by, $order); @@ -139,6 +140,7 @@ require_once "includes/paging.php"; //echo " ".$row['conference_session_uuid']." \n"; echo " ".$row['caller_id_name']." \n"; echo " ".$row['caller_id_number']." \n"; + echo " ".$row['moderator']." \n"; echo " ".$row['network_addr']." \n"; echo " ".$time_difference." \n"; echo " ".$start_date." \n";