Bläddra i källkod

Update destinations.php

FusionPBX 7 år sedan
förälder
incheckning
fc352686cb
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      resources/classes/destinations.php

+ 1 - 1
resources/classes/destinations.php

@@ -304,7 +304,7 @@ class destinations {
 				if ($action == 'delete') {
 					foreach($destinations as $row) {
 						if ($row['action'] == 'delete' or $row['checked'] == 'true') {
-							//get the list of dialplan uuid
+							//get the list destinations
 							$sql = "select * from v_destinations ";
 							$sql .= "where destination_uuid = '".$row['destination_uuid']."';";
 							$prep_statement = $this->db->prepare($sql);