소스 검색

minor - cleaning

Julio Montoya 15 년 전
부모
커밋
0da3407ec4
1개의 변경된 파일4개의 추가작업 그리고 6개의 파일을 삭제
  1. 4 6
      main/admin/user_edit.php

+ 4 - 6
main/admin/user_edit.php

@@ -1,9 +1,7 @@
-<?php // $Id: user_edit.php 22233 2009-07-20 09:54:05Z ivantcholakov $
-/* For licensing terms, see /dokeos_license.txt */
+<?php
+/* For licensing terms, see /license.txt */
 /**
-==============================================================================
-*	@package dokeos.admin
-==============================================================================
+*	@package chamilo.admin
 */
 
 // Language files that should be included
@@ -11,7 +9,7 @@ $language_file = array('admin', 'registration');
 
 $cidReset = true;
 
-include '../inc/global.inc.php';
+require_once '../inc/global.inc.php';
 
 $this_section = SECTION_PLATFORM_ADMIN;