Explorar o código

Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"].

markjcrane %!s(int64=9) %!d(string=hai) anos
pai
achega
b749750429
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      contact_delete.php

+ 1 - 1
contact_delete.php

@@ -106,7 +106,7 @@ if (strlen($contact_uuid) > 0) {
 		$prep_statement->execute();
 		unset($prep_statement, $sql);
 
-	//delete groups
+	//delete contact groups
 		$sql = "delete from v_contact_groups ";
 		$sql .= "where domain_uuid = '".$_SESSION['domain_uuid']."' ";
 		$sql .= "and contact_uuid = '".$contact_uuid."' ";