Interactive Conference: URL Decode Caller ID Name.
This commit is contained in:
@@ -147,6 +147,7 @@ else {
|
|||||||
|
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
|
echo "<tr><td colspan='30'> </td></tr>\n";
|
||||||
|
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
echo "<th>".$text['label-id']."</th>\n";
|
echo "<th>".$text['label-id']."</th>\n";
|
||||||
@@ -180,7 +181,7 @@ else {
|
|||||||
$is_moderator = $row->flags->is_moderator;
|
$is_moderator = $row->flags->is_moderator;
|
||||||
$uuid = $row->uuid;
|
$uuid = $row->uuid;
|
||||||
$caller_id_name = $row->caller_id_name;
|
$caller_id_name = $row->caller_id_name;
|
||||||
$caller_id_name = str_replace("%20", " ", $caller_id_name);
|
$caller_id_name = urldecode($caller_id_name);
|
||||||
$caller_id_number = $row->caller_id_number;
|
$caller_id_number = $row->caller_id_number;
|
||||||
|
|
||||||
//format the seconds
|
//format the seconds
|
||||||
|
|||||||
Reference in New Issue
Block a user