Minor - changing headers

skala
Julio Montoya 15 years ago
parent f296431381
commit 85266bc1c9
  1. 8
      main/auth/courses.php
  2. 2
      main/auth/lostPassword.php
  3. 2
      main/auth/lost_password.lib.php
  4. 2
      main/auth/my_progress.php
  5. 8
      main/auth/profile.php

@ -1,17 +1,13 @@
<?php
/* For licensing terms, see /dokeos_license.txt */
/* For licensing terms, see /license.txt */
/**
==============================================================================
* @package dokeos.auth
* @package chamilo.auth
* @todo check if unsubscribing from a course WITH group memberships works as it should
* @todo constants are in uppercase, variables aren't
==============================================================================
*/
/*
==============================================================================
INIT SECTION
==============================================================================
*/
// Names of the language file that needs to be included.

@ -1,7 +1,6 @@
<?php
/* For licensing terms, see /license.txt */
/**
==============================================================================
* SCRIPT PURPOSE :
*
* This script allows users to retrieve the password of their profile(s)
@ -14,7 +13,6 @@
* @todo refactor, move relevant functions to code libraries
*
* @package chamilo.auth
==============================================================================
*/
// name of the language file that needs to be included
$language_file = 'registration';

@ -1,5 +1,5 @@
<?php
/* For licensing terms, see /dokeos_license.txt */
/* For licensing terms, see /license.txt */
/**
* @deprecated by Ivan Tcholakov, 09-OCT-2009.

@ -1,5 +1,5 @@
<?php
/* For licensing terms, see /dokeos_license.txt */
/* For licensing terms, see /license.txt */
// name of the language file that needs to be included
$language_file = array('registration', 'tracking', 'exercice', 'admin');

@ -1,14 +1,12 @@
<?php // $Id: profile.php 22233 2009-07-20 09:54:05Z ivantcholakov $
/* For licensing terms, see /dokeos_license.txt */
<?php
/* For licensing terms, see /license.txt */
/**
==============================================================================
* This file displays the user's profile,
* optionally it allows users to modify their profile as well.
*
* See inc/conf/profile.conf.php to modify settings
*
* @package dokeos.auth
==============================================================================
* @package chamilo.auth
*/
/**

Loading…
Cancel
Save