diff --git a/app/conference_centers/conference_rooms.php b/app/conference_centers/conference_rooms.php index f7c9710fe5..d15d448cb7 100644 --- a/app/conference_centers/conference_rooms.php +++ b/app/conference_centers/conference_rooms.php @@ -46,6 +46,7 @@ else { //get the meeting_uuid using the pin number $search = check_str($_GET["search"]); + $search = preg_replace('{\D}', '', $search); if (strlen($search) > 0) { $sql = "select * from v_meetings "; $sql .= "where domain_uuid = '".$_SESSION['domain_uuid']."' "; @@ -216,8 +217,8 @@ else { echo "\n"; //echo th_order_by('conference_center_uuid', 'Conference UUID', $order_by, $order); //echo th_order_by('meeting_uuid', 'Meeting UUID', $order_by, $order); - echo "".$text['label-moderator-pin']."\n"; - echo "".$text['label-participant-pin']."\n"; + echo "".$text['label-moderator-pin']."\n"; + echo "".$text['label-participant-pin']."\n"; //echo th_order_by('profile', $text['label-profile'], $order_by, $order); echo th_order_by('record', $text['label-record'], $order_by, $order); //echo th_order_by('max_members', 'Max', $order_by, $order);