Cleaning code (changing headers, unnecessary comment lines)

skala
Julio Montoya 16 years ago
parent 1dddf886eb
commit 6153915b3f
  1. 2
      main/link/link_goto.php
  2. 23
      main/link/linkfunctions.php
  3. 11
      main/messages/outbox.php
  4. 3
      main/messages/send_message.php
  5. 3
      main/messages/send_message_to_userfriend.inc.php

@ -12,7 +12,7 @@
* url is given to avoid a new select
*
* @author Thomas Depraetere, Hugues Peeters, Christophe Gesch<EFBFBD> - original versions
* @package dokeos.link
* @package chamilo.link
*/
/*

@ -1,26 +1,5 @@
<?php
/*
==============================================================================
Dokeos - elearning and course management software
Copyright (c) 2004-2008 Dokeos S.A.
Copyright (c) 2003 Ghent University (UGent)
Copyright (c) 2001 Universite catholique de Louvain (UCL)
For a full list of contributors, see "credits.txt".
The full license can be read in "license.txt".
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
See the GNU General Public License for more details.
Contact address: Dokeos, rue du Corbeau, 108, B-1030 Brussels, Belgium
Mail: info@dokeos.com
==============================================================================
*/
/* For licensing terms, see /license.txt */
/**
==============================================================================
* Function library for the links tool.

@ -1,8 +1,9 @@
<?php
/* For licensing terms, see /license.txt */
/*
INIT SECTION
/**
* @package chamilo.messages
*/
// name of the language file that needs to be included
$language_file = array('registration','messages','userInfo');
$cidReset=true;
@ -56,9 +57,6 @@ function deselect_all(formita)
</script>';
/*
MAIN CODE
*/
@ -153,9 +151,8 @@ echo '<div id="social-content">';
}
$delete_list_id=array();
//------------------------
outbox_display();
//------------------------
} elseif ($_REQUEST['action']=='deleteone') {
$delete_list_id=array();

@ -1,5 +1,8 @@
<?php
/* For licensing terms, see /license.txt */
/**
* @package chamilo.messages
*/
$language_file = array('registration','messages','userInfo','admin');
$cidReset=true;

@ -1,5 +1,8 @@
<?php
/* For licensing terms, see /license.txt */
/**
* @package chamilo.messages
*/
$language_file = array('registration','messages','userInfo','admin');
$cidReset=true;

Loading…
Cancel
Save