minor - cleaning

skala
Julio Montoya 16 years ago
parent 71ab29fcde
commit 0da3407ec4
  1. 10
      main/admin/user_edit.php

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

Loading…
Cancel
Save