Browse Source

Fixed typo in the SOAP client example

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@597 a333f486-631f-4898-b8df-5754b55c2be0
romainq 15 years ago
parent
commit
79b30e9c8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webservices/itopsoap.examples.php

+ 1 - 1
webservices/itopsoap.examples.php

@@ -73,7 +73,7 @@ try
 			),
 		), /* impacted cis */
 		'1', /* impact */
-		'1', /* urgency */
+		'1' /* urgency */
 	);
 
 	echo "<p>CreateIncidentTicket() returned:\n";