소스 검색

[svn r10233] ppt2lp improve

Eric Marguin 18 년 전
부모
커밋
e2b7983621
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/upload/upload_ppt.php

+ 1 - 1
main/upload/upload_ppt.php

@@ -10,7 +10,7 @@
  */
  */
 // name of the language file which needs to be included
 // name of the language file which needs to be included
 // 'inc.php' is automatically appended to the file name
 // 'inc.php' is automatically appended to the file name
-$langFile = "document"; //the document file is loaded because most of the upload vocab relates to the document tool
+$language_file = "document"; //the document file is loaded because most of the upload vocab relates to the document tool
 // global settings initialisation
 // global settings initialisation
 // also provides access to main api (inc/lib/main_api.lib.php)
 // also provides access to main api (inc/lib/main_api.lib.php)
 include("../inc/global.inc.php");
 include("../inc/global.inc.php");