From d19116a88e802e80868b5cd1ae6a534a8b77b230 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Thu, 20 Sep 2012 08:02:55 +0000 Subject: [PATCH] Don't put $_FILES inside a javascript comment !! SVN:trunk[2193] --- datamodel/itop-attachments/main.attachments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datamodel/itop-attachments/main.attachments.php b/datamodel/itop-attachments/main.attachments.php index cc6b307307..dd94643de4 100644 --- a/datamodel/itop-attachments/main.attachments.php +++ b/datamodel/itop-attachments/main.attachments.php @@ -263,7 +263,7 @@ EOF /* prepareing ajax file upload url: the url of script file handling the uploaded files - fileElementId: the file type of input element id and it will be the index of $_FILES Array() + fileElementId: the file type of input element id and it will be the index of \$_FILES Array() dataType: it support json, xml secureuri:use secure protocol success: call back function when the ajax complete