Remove an extra comman
This commit is contained in:
@@ -373,7 +373,7 @@ include "root.php";
|
|||||||
}
|
}
|
||||||
|
|
||||||
$sql = "update v_follow_me set ";
|
$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 .= "where domain_uuid = '".$this->domain_uuid."' ";
|
||||||
$sql .= "and follow_me_uuid = '".$this->follow_me_uuid."' ";
|
$sql .= "and follow_me_uuid = '".$this->follow_me_uuid."' ";
|
||||||
if ($this->debug) {
|
if ($this->debug) {
|
||||||
|
|||||||
Reference in New Issue
Block a user