Update follow_me.php
This commit is contained in:
parent
732546b653
commit
9e1c8a3252
|
|
@ -310,7 +310,7 @@ include "root.php";
|
||||||
$x = 0;
|
$x = 0;
|
||||||
if (is_array($result)) foreach ($result as &$row) {
|
if (is_array($result)) foreach ($result as &$row) {
|
||||||
if ($x > 0) {
|
if ($x > 0) {
|
||||||
$dial_string .= ",";
|
$dial_string .= ":_:";
|
||||||
}
|
}
|
||||||
if (($presence_id = extension_presence_id($row["follow_me_destination"])) !== false) {
|
if (($presence_id = extension_presence_id($row["follow_me_destination"])) !== false) {
|
||||||
$variables[] = "presence_id=".$presence_id."@".$_SESSION['domain_name'];
|
$variables[] = "presence_id=".$presence_id."@".$_SESSION['domain_name'];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue