From 82c9a689dcf4ede238b21c7180ec5cd1a1701819 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 29 Jul 2014 09:29:53 +0000 Subject: [PATCH] Remove an extra comman --- app/calls/resources/classes/follow_me.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/calls/resources/classes/follow_me.php b/app/calls/resources/classes/follow_me.php index 072dfbc85b..5c9c8d5e0a 100644 --- a/app/calls/resources/classes/follow_me.php +++ b/app/calls/resources/classes/follow_me.php @@ -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) {