Remove an extra comman

This commit is contained in:
Mark Crane
2014-07-29 09:29:53 +00:00
parent 62976cbcfe
commit 82c9a689dc

View File

@@ -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) {