Browse Source

Merge with 075e7a8cb1e0e2ff33365c9f0d5a3930ceebd745

Ivan Tcholakov 15 years ago
parent
commit
2060d9ee20

+ 2 - 6
main/auth/courses.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.

+ 0 - 2
main/auth/lostPassword.php

@@ -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 - 1
main/auth/lost_password.lib.php

@@ -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 - 1
main/auth/my_progress.php

@@ -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');
 

+ 3 - 5
main/auth/profile.php

@@ -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
 */
 
 /**