Minor corrections

skala
Julio Montoya 14 years ago
parent c8e52b2bf6
commit eccc4ec562
  1. 8
      main/social/friends.php
  2. 4
      main/social/group_add.php
  3. 4
      main/social/group_edit.php
  4. 4
      main/social/group_members.php
  5. 4
      main/social/group_waiting_list.php
  6. 4
      main/social/groups.php
  7. 2
      main/social/home.php
  8. 4
      main/social/invitations.php
  9. 2
      main/social/message_for_group_form.inc.php
  10. 4
      main/social/myfiles.php
  11. 2
      main/social/profile.php
  12. 2
      main/social/profile_friends_and_groups.inc.php
  13. 4
      main/social/search.php

@ -1,7 +1,7 @@
<?php
/* For licensing terms, see /chamilo_license.txt */
/**
* @package dokeos.social
* @package chamilo.social
* @author Julio Montoya <gugli100@gmail.com>
*/
@ -185,11 +185,9 @@ if (count($friends) == 0 ) {
</tr>
</table>
</div>
<?php
<?php
}
echo '</div>';
echo '</div>';
Display :: display_footer();
?>
Display :: display_footer();

@ -1,7 +1,7 @@
<?php
/* For licensing terms, see /chamilo_license.txt */
/* For licensing terms, see /license.txt */
/**
* @package dokeos.social
* @package chamilo.social
* @author Julio Montoya <gugli100@gmail.com>
*/

@ -1,7 +1,7 @@
<?php
/* For licensing terms, see /chamilo_license.txt */
/* For licensing terms, see /license.txt */
/**
* @package dokeos.social
* @package chamilo.social
* @author Julio Montoya <gugli100@gmail.com>
*/

@ -1,7 +1,7 @@
<?php
/* For licensing terms, see /chamilo_license.txt */
/* For licensing terms, see /license.txt */
/**
* @package dokeos.social
* @package chamilo.social
* @author Julio Montoya <gugli100@gmail.com>
*/

@ -1,7 +1,7 @@
<?php
/* For licensing terms, see /chamilo_license.txt */
/* For licensing terms, see /license.txt */
/**
* @package dokeos.social
* @package chamilo.social
* @author Julio Montoya <gugli100@gmail.com>
*/
$cidReset = true;

@ -1,7 +1,7 @@
<?php
/* For licensing terms, see /chamilo_license.txt */
/* For licensing terms, see /license.txt */
/**
* @package dokeos.social
* @package chamilo.social
* @author Julio Montoya <gugli100@gmail.com>
*/
$cidReset=true;

@ -1,7 +1,7 @@
<?php //$id: $
/* For licensing terms, see /chamilo_license.txt */
/**
* @package dokeos.social
* @package chamilo.social
* @author Julio Montoya <gugli100@gmail.com>
*/

@ -1,7 +1,7 @@
<?php
/* For licensing terms, see /chamilo_license.txt */
/* For licensing terms, see /license.txt */
/**
* @package dokeos.social
* @package chamilo.social
* @author Julio Montoya <gugli100@gmail.com>
*/
$language_file = array('messages','userInfo');

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

@ -1,7 +1,7 @@
<?php
/* For licensing terms, see /chamilo_license.txt */
/* For licensing terms, see /license.txt */
/**
* @author Juan Carlos Raña Trabado herodoto@telefonica.net
* @author Juan Carlos Ra<EFBFBD>a Trabado herodoto@telefonica.net
*/
$language_file = array('messages','userInfo');
$cidReset=true;

@ -1,4 +1,4 @@
<?php //$id: $
<?php
/* For licensing terms, see /license.txt */
/**
* This is the profile social main page

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

@ -1,7 +1,7 @@
<?php
/* For licensing terms, see /chamilo_license.txt */
/* For licensing terms, see /license.txt */
/**
* @package dokeos.social
* @package chamilo.social
* @author Julio Montoya <gugli100@gmail.com>
*/

Loading…
Cancel
Save