Remove an extra comman
This commit is contained in:
parent
18a171444f
commit
9d9cd291b8
|
|
@ -373,7 +373,7 @@ include "root.php";
|
|||
}
|
||||
|
||||
$sql = "update v_follow_me set ";
|
||||
$sql .= "dial_string = '".$this->dial_string."', ";
|
||||
$sql .= "dial_string = '".$this->dial_string."' ";
|
||||
$sql .= "where domain_uuid = '".$this->domain_uuid."' ";
|
||||
$sql .= "and follow_me_uuid = '".$this->follow_me_uuid."' ";
|
||||
if ($this->debug) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue