浏览代码

Don't put $_FILES inside a javascript comment !!

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2193 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 12 年之前
父节点
当前提交
3c570b15b2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      datamodel/itop-attachments/main.attachments.php

+ 1 - 1
datamodel/itop-attachments/main.attachments.php

@@ -263,7 +263,7 @@ EOF
 		/*
 		/*
 			prepareing ajax file upload
 			prepareing ajax file upload
 			url: the url of script file handling the uploaded files
 			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
 			dataType: it support json, xml
 			secureuri:use secure protocol
 			secureuri:use secure protocol
 			success: call back function when the ajax complete
 			success: call back function when the ajax complete